Type alias FileFileContentType

FileFileContentType: {
    key: string;
    mime: string;
    type: FILE;
}

Type declaration

  • key: string
  • mime: string
  • type: FILE