UNPKG

dataorm

Version:
8 lines (6 loc) 128 B
export type IdAttrType = { autoincrement?: boolean; }; export const IdAttrTypeData: IdAttrType = { autoincrement: true, };