mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-06 00:07:44 +01:00
b7483e8989
Update for dashboard types
11 lines
221 B
TypeScript
11 lines
221 B
TypeScript
/**
|
|
* Generated by Orval
|
|
* Do not edit manually.
|
|
* See `gen:api` script in package.json
|
|
*/
|
|
|
|
/**
|
|
* A map of parameters to pass to the action
|
|
*/
|
|
export type CreateActionSchemaExecutionParams = { [key: string]: any };
|