mirror of
https://github.com/Unleash/unleash.git
synced 2025-10-27 11:02:16 +01:00
18 lines
422 B
TypeScript
18 lines
422 B
TypeScript
/**
|
|
* Generated by Orval
|
|
* Do not edit manually.
|
|
* See `gen:api` script in package.json
|
|
*/
|
|
|
|
/**
|
|
* The resources available in the license.
|
|
*/
|
|
export type LicenseReadSchemaResources = {
|
|
/** Number of Edge instances in the license. */
|
|
edgeInstances?: number;
|
|
/** Number of release templates in the license. */
|
|
releaseTemplates?: number;
|
|
/** Number of seats in the license. */
|
|
seats?: number;
|
|
};
|