UNPKG

@themost/jspa

Version:
10 lines (9 loc) 273 B
import { ColumnAnnotation } from './Column'; declare interface IdAnnotation { name: string; } declare interface IdColumnAnnotation extends ColumnAnnotation { id?: boolean; } declare function Id(): PropertyDecorator; export { IdAnnotation, IdColumnAnnotation, Id };