@sequelize/core
Version:
Sequelize is a promise-based Node.js ORM tool for Postgres, MySQL, MariaDB, SQLite, Microsoft SQL Server, Amazon Redshift, Snowflake’s Data Cloud, Db2, Oracle, and IBM i. It features solid transaction support, relations, eager and lazy loading, read repli
6 lines (5 loc) • 414 B
TypeScript
import type { OptionalParameterizedPropertyDecorator } from './decorator-utils.js';
export declare const CreatedAt: OptionalParameterizedPropertyDecorator<undefined>;
export declare const UpdatedAt: OptionalParameterizedPropertyDecorator<undefined>;
export declare const DeletedAt: OptionalParameterizedPropertyDecorator<undefined>;
export declare const Version: OptionalParameterizedPropertyDecorator<undefined>;