mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-12 13:48:35 +02:00
This PR updates Orval schemas. The motivation is to get the new schemas for schedule suspension, but as always, we get everything else too.
11 lines
219 B
TypeScript
11 lines
219 B
TypeScript
/**
|
|
* Generated by Orval
|
|
* Do not edit manually.
|
|
* See `gen:api` script in package.json
|
|
*/
|
|
|
|
/**
|
|
* Match the payload of the observable event
|
|
*/
|
|
export type CreateActionsSchemaMatchPayload = { [key: string]: any };
|