/** * A small set of primitive data type names used when * describing field types in various models. */ export enum DyanmoNTS_PredefinedDataTypes { 'string', 'number', 'boolean', 'Date', 'object', } /** * Full list of complex types supported by the framework * when interacting with the database. */