File size: 295 Bytes
fe48401 dab69e9 fe48401 0ceaacf fe48401 0ceaacf fe48401 c1298ea | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | /**
* Generated by orval v8.8.1 🍺
* Do not edit manually.
* OpenAPI spec version: 0.0.1
*/
export type ExportFormat = (typeof ExportFormat)[keyof typeof ExportFormat]
export const ExportFormat = {
khr: 'khr',
psd: 'psd',
rendered: 'rendered',
inpainted: 'inpainted',
} as const
|