UNPKG

203 BTypeScriptView Raw
1/**
2 * Sets allowNull true for annotated property column.
3 */
4export declare function AllowNull(target: any, propertyName: string): void;
5export declare function AllowNull(allowNull: boolean): Function;