UNPKG

@odyssoft/tsorm

Version:
5 lines (4 loc) 130 B
export declare type Indexable = { [key: string]: any; }; export declare type KeyOf<T extends any> = Extract<keyof T, string>;