StaticResource: MetadataWithContent & {
    cacheControl: string;
    contentType: string;
    description?: string | null;
}

Type declaration

  • cacheControl: string
  • contentType: string
  • Optional description?: string | null