ContentTypeΒΆ
Type alias ContentType
Content Type: { home?: string; id: string; isExperimental?: boolean; label: string; mimeTypes?: string[]; spec?: string; suffixes?: string[]; version?: string }
Type declaration
-
Optionalhome?: string -
id: string
-
OptionalisExperimental?: boolean -
label: string
The full name of a contentType.
-
OptionalmimeTypes?: string[] The mimeTypes of a contentType.
-
Optionalspec?: string -
Optionalsuffixes?: string[]Supported suffixes of a contentType.
-
Optionalversion?: string
Homepage for more information on a contentType.