이전 util 이전
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export declare type ValuesOf<T> = T[keyof T];
|
||||
|
||||
export type IDItem<T> = {
|
||||
id: T;
|
||||
};
|
||||
Reference in New Issue
Block a user