1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-06-04 01:18:20 +02:00
unleash.unleash/frontend/src/openapi/models/signalEndpointSignalSchemaSource.ts
2024-03-12 10:28:52 +01:00

17 lines
534 B
TypeScript

/**
* Generated by Orval
* Do not edit manually.
* See `gen:api` script in package.json
*/
/**
* The signal source type. Should be used along with `sourceId` to uniquely identify the resource that created this signal.
*/
export type SignalEndpointSignalSchemaSource =
(typeof SignalEndpointSignalSchemaSource)[keyof typeof SignalEndpointSignalSchemaSource];
// eslint-disable-next-line @typescript-eslint/no-redeclare
export const SignalEndpointSignalSchemaSource = {
'signal-endpoint': 'signal-endpoint',
} as const;