17 lines
386 B
TypeScript
17 lines
386 B
TypeScript
/**
|
|
* Generated by orval v7.21.0 🍺
|
|
* Do not edit manually.
|
|
* FastAPI
|
|
* OpenAPI spec version: 0.1.0
|
|
*/
|
|
|
|
export type ChannelStrategyCardPriority = typeof ChannelStrategyCardPriority[keyof typeof ChannelStrategyCardPriority];
|
|
|
|
|
|
// eslint-disable-next-line @typescript-eslint/no-redeclare
|
|
export const ChannelStrategyCardPriority = {
|
|
P0: 'P0',
|
|
P1: 'P1',
|
|
P2: 'P2',
|
|
} as const;
|