UNPKG

sequelize-typescript

Version:
5 lines (4 loc) 141 B
/** * Sets primary key option true for annotated property. */ export declare function PrimaryKey(target: any, propertyName: string): void;