Sanity Library Reference Docs
    Preparing search index...

    Interface TypeReference

    Represents a reference to another type registered top-level in your schema.

    interface TypeReference {
        icon?: ReactNode | ComponentType<{}>;
        name?: string;
        options?: { [key: string]: unknown };
        type: string;
    }
    Index

    Properties

    icon?: ReactNode | ComponentType<{}>
    name?: string
    options?: { [key: string]: unknown }
    type: string