Type alias GenericFileOptions

GenericFileOptions: {
    contentType?: string;
    displayName?: string;
    extension?: string;
    tags?: {
        name: string;
        value: string;
    }[];
    uniqueName?: string;
}

Represents the options that can be provided when creating a GenericFile.

Type declaration

  • Optional contentType?: string
  • Optional displayName?: string
  • Optional extension?: string
  • Optional tags?: {
        name: string;
        value: string;
    }[]
  • Optional uniqueName?: string

Generated using TypeDoc