UNPKG

@loopback/docs

Version:
24 lines (16 loc) 577 B
--- lang: en title: 'API docs: repository.command' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar editurl: https://github.com/strongloop/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; ```