1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-07-12 13:48:35 +02:00
unleash.unleash/frontend/src/openapi/models/actionsSchemaMatchSource.ts
2024-03-12 10:28:52 +01:00

17 lines
412 B
TypeScript

/**
* Generated by Orval
* Do not edit manually.
* See `gen:api` script in package.json
*/
/**
* Match the source of the signal
*/
export type ActionsSchemaMatchSource =
(typeof ActionsSchemaMatchSource)[keyof typeof ActionsSchemaMatchSource];
// eslint-disable-next-line @typescript-eslint/no-redeclare
export const ActionsSchemaMatchSource = {
'signal-endpoint': 'signal-endpoint',
} as const;