mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-01 00:08:27 +01:00
245bdeae1e
Updates our orval config to include event creator data
12 lines
267 B
TypeScript
12 lines
267 B
TypeScript
/**
|
|
* Generated by Orval
|
|
* Do not edit manually.
|
|
* See `gen:api` script in package.json
|
|
*/
|
|
import type { EventCreatorsSchemaItem } from './eventCreatorsSchemaItem';
|
|
|
|
/**
|
|
* A list of event creators
|
|
*/
|
|
export type EventCreatorsSchema = EventCreatorsSchemaItem[];
|