mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-07 01:16:28 +02:00
17 lines
522 B
TypeScript
17 lines
522 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 SignalQuerySignalSchemaSource =
|
|
(typeof SignalQuerySignalSchemaSource)[keyof typeof SignalQuerySignalSchemaSource];
|
|
|
|
// eslint-disable-next-line @typescript-eslint/no-redeclare
|
|
export const SignalQuerySignalSchemaSource = {
|
|
'signal-endpoint': 'signal-endpoint',
|
|
} as const;
|