Module: configs/const-enum/CE_IMAGE_FORMAT
Type Aliases
CE_IMAGE_FORMAT
Ƭ CE_IMAGE_FORMAT: typeof CE_IMAGE_FORMAT
[keyof typeof CE_IMAGE_FORMAT
]
Defined in
configs/const-enum/CE_IMAGE_FORMAT.ts:9
configs/const-enum/CE_IMAGE_FORMAT.ts:14
Variables
CE_IMAGE_FORMAT
• Const
CE_IMAGE_FORMAT: Object
ER diagram export image file format
Format
image
- svg: svg image format
- png: png image format
Type declaration
Name | Type |
---|---|
PNG | "png" |
SVG | "svg" |