Sanity Library Reference Docs
    Preparing search index...

    Interface OrgVerificationResult

    Error message returned by the organization verification

    interface OrgVerificationResult {
        error: string | null;
    }
    Index

    Properties

    Properties

    error: string | null