mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-16 00:06:40 +01:00
169b2bd0c5
Ability to add a title to a strategy
11 lines
303 B
TypeScript
11 lines
303 B
TypeScript
/**
|
|
* Generated by Orval
|
|
* Do not edit manually.
|
|
* See `gen:api` script in package.json
|
|
*/
|
|
|
|
/**
|
|
* Parameters for the addon provider. This object has different required and optional properties depending on the provider you choose.
|
|
*/
|
|
export type AddonSchemaParameters = { [key: string]: unknown };
|