UNPKG

unleash-server

Version:

Unleash is an enterprise ready feature flag service. It provides different strategies for handling feature flags.

10 lines 606 B
import type { FromSchema } from 'json-schema-to-ts'; export declare const createApiTokenSchema: { readonly $id: "#/components/schemas/createApiTokenSchema"; readonly type: "object"; readonly description: "The data required to create an [Unleash API token](https://docs.getunleash.io/reference/api-tokens-and-client-keys)."; readonly oneOf: readonly [import("json-schema-to-ts/lib/types/definitions/jsonSchema7.js").JSONSchema7]; readonly components: {}; }; export type CreateApiTokenSchema = FromSchema<typeof createApiTokenSchema>; //# sourceMappingURL=create-api-token-schema.d.ts.map