Fixed duplicate export issue

This commit is contained in:
Eric Allam
2023-06-14 08:08:52 +01:00
parent 34ccf345cd
commit 0736c68d77
-1
View File
@@ -383,7 +383,6 @@ export const LogMessageSchema = z.object({
export type LogMessage = z.infer<typeof LogMessageSchema>;
export type ClientTask = z.infer<typeof TaskSchema>;
export type ServerTask = z.output<typeof ServerTaskSchema>;
export type CachedTask = z.infer<typeof CachedTaskSchema>;
export const RedactSchema = z.object({