UNPKG

141 BTypeScriptView Raw
1/**
2 * Sets primary key option true for annotated property.
3 */
4export declare function PrimaryKey(target: any, propertyName: string): void;