Type Alias SanityFileAsset

SanityFileAsset: SanityAsset & {
    _type: "sanity.fileAsset";
    metadata: {
        [key: string]: unknown;
    };
}