1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-04 11:17:02 +02:00
unleash.unleash/frontend/src/openapi/models/unknownFlagSchemaReportedByItem.ts
2025-05-07 13:37:58 +02:00

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;
};