sequelize-typescript
Version:
Decorators and some other features for sequelize
100 lines (99 loc) • 4.48 kB
TypeScript
declare function noop(): (target: Object, propertyName: string) => void;
export declare class Model {
}
export declare const DataType: {};
export declare const AllowNull: typeof noop;
export declare const AutoIncrement: typeof noop;
export declare const Column: typeof noop;
export declare const Comment: typeof noop;
export declare const CreatedAt: typeof noop;
export declare const Default: typeof noop;
export declare const DefaultScope: typeof noop;
export declare const DeletedAt: typeof noop;
export declare const ForeignKey: typeof noop;
export declare const PrimaryKey: typeof noop;
export declare const Scopes: typeof noop;
export declare const Table: typeof noop;
export declare const Unique: typeof noop;
export declare const UpdatedAt: typeof noop;
export declare const BelongsTo: typeof noop;
export declare const BelongsToMany: typeof noop;
export declare const HasMany: typeof noop;
export declare const HasOne: typeof noop;
export declare const AfterBulkCreate: typeof noop;
export declare const AfterBulkDelete: typeof noop;
export declare const AfterBulkDestroy: typeof noop;
export declare const AfterBulkRestore: typeof noop;
export declare const AfterBulkSync: typeof noop;
export declare const AfterBulkUpdate: typeof noop;
export declare const AfterConnect: typeof noop;
export declare const AfterCreate: typeof noop;
export declare const AfterDefine: typeof noop;
export declare const AfterDelete: typeof noop;
export declare const AfterDestroy: typeof noop;
export declare const AfterFind: typeof noop;
export declare const AfterInit: typeof noop;
export declare const AfterRestore: typeof noop;
export declare const AfterSave: typeof noop;
export declare const AfterSync: typeof noop;
export declare const AfterUpdate: typeof noop;
export declare const AfterUpsert: typeof noop;
export declare const AfterValidate: typeof noop;
export declare const BeforeBulkCreate: typeof noop;
export declare const BeforeBulkDelete: typeof noop;
export declare const BeforeBulkDestroy: typeof noop;
export declare const BeforeBulkRestore: typeof noop;
export declare const BeforeBulkSync: typeof noop;
export declare const BeforeBulkUpdate: typeof noop;
export declare const BeforeConnect: typeof noop;
export declare const BeforeCount: typeof noop;
export declare const BeforeCreate: typeof noop;
export declare const BeforeDefine: typeof noop;
export declare const BeforeDelete: typeof noop;
export declare const BeforeDestroy: typeof noop;
export declare const BeforeFind: typeof noop;
export declare const BeforeFindAfterExpandIncludeAll: typeof noop;
export declare const BeforeFindAfterOptions: typeof noop;
export declare const BeforeInit: typeof noop;
export declare const BeforeRestore: typeof noop;
export declare const BeforeSave: typeof noop;
export declare const BeforeSync: typeof noop;
export declare const BeforeUpdate: typeof noop;
export declare const BeforeUpsert: typeof noop;
export declare const BeforeValidate: typeof noop;
export declare const ValidationFailed: typeof noop;
export declare const Contains: typeof noop;
export declare const Equals: typeof noop;
export declare const Is: typeof noop;
export declare const IsAfter: typeof noop;
export declare const IsAlpha: typeof noop;
export declare const IsAlphanumeric: typeof noop;
export declare const IsArray: typeof noop;
export declare const IsBefore: typeof noop;
export declare const IsCreditCard: typeof noop;
export declare const IsDate: typeof noop;
export declare const IsDecimal: typeof noop;
export declare const IsEmail: typeof noop;
export declare const IsFloat: typeof noop;
export declare const IsIn: typeof noop;
export declare const IsInt: typeof noop;
export declare const IsIP: typeof noop;
export declare const IsIPv4: typeof noop;
export declare const IsIPv6: typeof noop;
export declare const IsLowercase: typeof noop;
export declare const IsNull: typeof noop;
export declare const IsNumeric: typeof noop;
export declare const IsUppercase: typeof noop;
export declare const IsUrl: typeof noop;
export declare const IsUUID: typeof noop;
export declare const Length: typeof noop;
export declare const Max: typeof noop;
export declare const Min: typeof noop;
export declare const Not: typeof noop;
export declare const NotContains: typeof noop;
export declare const NotEmpty: typeof noop;
export declare const NotIn: typeof noop;
export declare const NotNull: typeof noop;
export declare const Validate: typeof noop;
export declare const Validator: typeof noop;
export {};