Sanity Library Reference Docs
    Preparing search index...
    GuardDereference: (
        ref: { _ref: string },
    ) => PromiseLike<Record<string, unknown> | null>

    Type declaration

      • (ref: { _ref: string }): PromiseLike<Record<string, unknown> | null>
      • Parameters

        • ref: { _ref: string }

        Returns PromiseLike<Record<string, unknown> | null>