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