mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-07 01:16:28 +02:00
17 lines
604 B
TypeScript
17 lines
604 B
TypeScript
/**
|
|
* Generated by Orval
|
|
* Do not edit manually.
|
|
* See `gen:api` script in package.json
|
|
*/
|
|
import type { ExportQuerySchemaAnyOf } from './exportQuerySchemaAnyOf';
|
|
import type { ExportQuerySchemaAnyOfTwo } from './exportQuerySchemaAnyOfTwo';
|
|
import type { ExportQuerySchemaAnyOfThree } from './exportQuerySchemaAnyOfThree';
|
|
|
|
/**
|
|
* Available query parameters for the [deprecated export/import](https://docs.getunleash.io/reference/deploy/import-export) functionality.
|
|
*/
|
|
export type ExportQuerySchema =
|
|
| ExportQuerySchemaAnyOf
|
|
| ExportQuerySchemaAnyOfTwo
|
|
| ExportQuerySchemaAnyOfThree;
|