Type Alias: HistoryEntrySchema
HistoryEntrySchema =
z.ZodObject<{details:z.ZodOptional<z.ZodString>;responseTime:z.ZodNumber;status:z.ZodEnum<{degraded:"degraded";down:"down";up:"up"; }>;timestamp:z.ZodNumber; }>
Defined in: shared/types/schemaTypes.ts:8