diff --git a/packages/backend/src/types.ts b/packages/backend/src/types.ts index ab644bfc03..7fcc39cda8 100644 --- a/packages/backend/src/types.ts +++ b/packages/backend/src/types.ts @@ -277,7 +277,6 @@ export type MiNoteCreateOption = { app?: MiApp | null; }; - export type Serialized = { [K in keyof T]: T[K] extends Date