This commit is contained in:
li
2026-01-17 19:08:14 +08:00
parent 7073975960
commit 71def0f3c7
1409 changed files with 101928 additions and 43 deletions
+4
View File
@@ -0,0 +1,4 @@
export declare type ID = number | string;
export interface WithId {
id: ID;
}