Page Contents

Home > @loopback/repository > Command

Command type

Type for a command

Signature:

export declare type Command = string | AnyObject;

References: AnyObject