Open Policy Agent TypeScript Packages
    Preparing search index...
    AuthzProps: PropsWithChildren<
        {
            fallback?: ReactNode;
            fromResult?: (_?: Result) => boolean;
            input?: Input;
            loading?: ReactNode;
            path?: string;
        },
    >