/**
* Generated by orval v7.8.0 🍺
* Do not edit manually.
* Umbraco Management API
* This shows all APIs available in this version of Umbraco - including all the legacy apis that are available for backward compatibility
* OpenAPI spec version: Latest
*/
export type DocumentVariantStateModel = typeof DocumentVariantStateModel[keyof typeof DocumentVariantStateModel];
// eslint-disable-next-line @typescript-eslint/no-redeclare
export const DocumentVariantStateModel = {
NotCreated: 'NotCreated',
Draft: 'Draft',
Published: 'Published',
PublishedPendingChanges: 'PublishedPendingChanges',
} as const;