UNPKG

@cheetah.js/orm

Version:
3 lines (2 loc) 157 B
import { PropertyOptions } from './property.decorator'; export declare function PrimaryKey(options?: Omit<PropertyOptions, 'isPrimary'>): PropertyDecorator;