UNPKG

@loopback/docs

Version:

Documentation files rendered at [https://loopback.io](https://loopback.io)

26 lines (18 loc) 661 B
--- lang: en title: 'API docs: rest.ajvformat' keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI sidebar: lb4_sidebar editurl: https://github.com/loopbackio/loopback-next/tree/master/packages/rest permalink: /doc/en/lb4/apidocs.rest.ajvformat.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/rest](./rest.md) &gt; [AjvFormat](./rest.ajvformat.md) ## AjvFormat type Ajv format definition with a name <b>Signature:</b> ```typescript export declare type AjvFormat<T extends string | number = string> = FormatDefinition<T> & { name: string; }; ```