UNPKG

typecql

Version:

ORM for CQL databases.

15 lines (14 loc) 287 B
export default class EntitiesData { static classEntities: { [key: string]: any; }; static entitiesShemes: { [key: string]: any; }; static relationsTo: { [key: string]: any; }; static primaryKeys: { [key: string]: any; }; }