Sanity Library Reference Docs
    Preparing search index...

    Interface PermissionCheckResultBeta

    interface PermissionCheckResult {
        granted: boolean;
        reason: string;
    }
    Index

    Properties

    Properties

    granted: boolean
    reason: string