fix lint
This commit is contained in:
parent
5fa8735cc4
commit
fab470d64d
|
@ -277,7 +277,6 @@ export type MiNoteCreateOption = {
|
|||
app?: MiApp | null;
|
||||
};
|
||||
|
||||
|
||||
export type Serialized<T> = {
|
||||
[K in keyof T]:
|
||||
T[K] extends Date
|
||||
|
|
Loading…
Reference in New Issue