Sanity Library Reference Docs
    Preparing search index...

    Type Alias PreviewableBeta

    Previewable: (
        | { _id: string }
        | { _type: string }
        | { _system?: { delete: boolean } }
        | { _dataset?: string; _projectId?: string; _ref: string }
    ) & {}