mirror of
https://github.com/Unleash/unleash.git
synced 2025-10-09 11:14:29 +02:00
We're migrating to ESM, which will allow us to import the latest versions of our dependencies. Co-Authored-By: Christopher Kolstad <chriswk@getunleash.io>
11 lines
249 B
TypeScript
11 lines
249 B
TypeScript
/**
|
|
* Generated by Orval
|
|
* Do not edit manually.
|
|
* See `gen:api` script in package.json
|
|
*/
|
|
import type { VariantSchema } from './variantSchema.js';
|
|
|
|
export type ChangeRequestCreateSchemaOneOfOneeightPayload = {
|
|
variants: VariantSchema[];
|
|
};
|