Sanity Library Reference Docs
    Preparing search index...

    Interface Reference

    interface Reference {
        _key?: string;
        _ref: string;
        _strengthenOnPublish?: {
            template?: {
                id: string;
                params: Record<string, string | number | boolean>;
            };
            type: string;
            weak?: boolean;
        };
        _type: string;
        _weak?: boolean;
    }
    Index

    Properties

    _key?: string
    _ref: string
    _strengthenOnPublish?: {
        template?: {
            id: string;
            params: Record<string, string | number | boolean>;
        };
        type: string;
        weak?: boolean;
    }
    _type: string
    _weak?: boolean