UNPKG

makit

Version:

Make in JavaScript done right!

7 lines (6 loc) 107 B
/** * Document: DataBase 中的数据单元。 */ export interface Document<T> { [key: string]: T; }