UNPKG

@loopback/docs

Version:

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

26 lines (17 loc) 668 B
--- lang: en title: 'API docs: repository.command' keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI sidebar: lb4_sidebar editurl: https://github.com/loopbackio/loopback-next/tree/master/packages/repository permalink: /doc/en/lb4/apidocs.repository.command.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/repository](./repository.md) &gt; [Command](./repository.command.md) ## Command type Type for a command <b>Signature:</b> ```typescript export declare type Command = string | AnyObject; ``` <b>References:</b> [AnyObject](./repository.anyobject.md)