Sanity Library Reference Docs
    Preparing search index...

    One denying guard, as carried by both the read-side verdict (mutation-guard-denied in DisabledReason) and the thrown MutationGuardDeniedError — one shape for the same denial, so a consumer renders it once.

    interface DeniedGuardRef {
        guardId: string;
        name?: string;
    }
    Index

    Properties

    Properties

    guardId: string
    name?: string