This commit is contained in:
kakkokari-gtyih 2023-11-09 21:25:22 +09:00
parent 5fa8735cc4
commit fab470d64d
1 changed files with 0 additions and 1 deletions

View File

@ -277,7 +277,6 @@ export type MiNoteCreateOption = {
app?: MiApp | null; app?: MiApp | null;
}; };
export type Serialized<T> = { export type Serialized<T> = {
[K in keyof T]: [K in keyof T]:
T[K] extends Date T[K] extends Date