Sanity App SDK
    Preparing search index...

    Interface OrgVerificationResult

    Error message returned by the organization verification

    interface OrgVerificationResult {
        error: null | string;
    }
    Index

    Properties

    Properties

    error: null | string