Documentation
media_types/mod
ContentTypeToExtension
Type Alias ContentTypeToExtension
Content
Type
To
Extension
:
{
[
K
in
keyof
DB
]
:
DB
[
K
]
extends
{
extensions
:
readonly
string
[]
;
}
?
DB
[
K
]
[
"extensions"
]
[
number
]
:
never
}
Maps content types to their corresponding file extensions.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Maps content types to their corresponding file extensions.