UNPKG

@tsed/schema

Version:
10 lines (9 loc) 248 B
/** * Declare a new integer model. * * See @@JsonSchema@@ to discover available methods. * * @returns A schema configured for integer values * @schemaFunctional */ export declare function integer(): import("../index.js").JsonSchema<number>;