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