/** * A small set of primitive data type names used when * describing field types in various models. */ export declare enum DyanmoNTS_PredefinedDataTypes { 'string' = 0, 'number' = 1, 'boolean' = 2, 'Date' = 3, 'object' = 4 } /** * Full list of complex types supported by the framework * when interacting with the database. */ //# sourceMappingURL=predefined-data-types.enum.d.ts.map