/** * 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; };