---
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

**Signature:**

```typescript
export type Command = string | AnyObject;
```
**References:** [AnyObject](./repository.anyobject.md)


