FileFormatOutput interface
Properties
| content |
Supported Content-Types for this format |
| default |
Default version if none is specified |
| file |
Supported file extension for this format |
| format | Name of the format |
| versions | Supported Version |
Property Details
contentTypes
Supported Content-Types for this format
contentTypes: string[]
Property Value
string[]
defaultVersion
Default version if none is specified
defaultVersion?: string
Property Value
string
fileExtensions
Supported file extension for this format
fileExtensions: string[]
Property Value
string[]
format
Name of the format
format: string
Property Value
string
versions
Supported Version
versions?: string[]
Property Value
string[]