@joktec/mongo
Version:
JokTec - Mongo Service
8 lines • 461 B
TypeScript
import { ApiPropertyOptions } from '@joktec/core';
import { PropOptionsForNumber } from '@typegoose/typegoose/lib/types';
import { IPropOptions } from '../prop.decorator';
export interface NumberPropOptions extends PropOptionsForNumber {
unsigned?: boolean | [boolean, string] | readonly [boolean, string];
}
export declare function NumberProps(opts: IPropOptions, swagger: ApiPropertyOptions): PropertyDecorator[];
//# sourceMappingURL=number.prop.d.ts.map