This commit is contained in:
2023-09-23 12:46:52 +00:00
parent 93686c4912
commit 9c9d9e9545
47 changed files with 84 additions and 657 deletions
-5
View File
@@ -1,5 +0,0 @@
export declare type ValuesOf<T> = T[keyof T];
export type IDItem<T> = {
id: T;
};