Interface SanityReference

interface SanityReference {
    _ref: string;
    _weak?: boolean;
}

Properties

Properties

_ref: string
_weak?: boolean