CustomFileExtensionOutput interface
Custom file extension.
Properties
| custom |
The custom file type of the custom file extension. |
| description | The description of the custom file extension. |
| enabled | The flag to indicate whether the custom file extension is enabled or not. |
| file |
The file extension of the custom file extension. |
Property Details
customFileType
The custom file type of the custom file extension.
customFileType?: CustomFileTypeOutput
Property Value
description
The description of the custom file extension.
description?: string
Property Value
string
enabled
The flag to indicate whether the custom file extension is enabled or not.
enabled?: boolean
Property Value
boolean
fileExtension
The file extension of the custom file extension.
fileExtension?: string
Property Value
string