Interface ResolvedSanityFile

interface ResolvedSanityFile {
    _type?: string;
    asset: SanityFileAsset;
    [key: string]: unknown;
}

Indexable

  • [key: string]: unknown

Properties

Properties

_type?: string