UNPKG

@lazy-cjk/zh-table-alias

Version:
7 lines (6 loc) 139 B
export type IRecordMap<K extends string> = { [P in K]: (P & string)[]; }; export interface ISimpleTable { [key: string]: string; }