mirror of
https://github.com/Unleash/unleash.git
synced 2025-10-04 11:17:02 +02:00
13 lines
324 B
TypeScript
13 lines
324 B
TypeScript
/**
|
|
* Generated by Orval
|
|
* Do not edit manually.
|
|
* See `gen:api` script in package.json
|
|
*/
|
|
|
|
export type UnknownFlagSchemaReportedByItem = {
|
|
/** The name of the application that reported the unknown flag. */
|
|
appName: string;
|
|
/** The date and time when the unknown flag was reported. */
|
|
seenAt: string;
|
|
};
|