/** * Generated by Orval * Do not edit manually. * See `gen:api` script in package.json */ /** * A list of projects to check for toggles in. */ export type AdvancedPlaygroundRequestSchemaProjects = string[] | '*';