constructor<
Resume = unknown,
Update extends Record<string, unknown> = Record<string, unknown>,
Nodes extends string = string
>(args: Omit<CommandParams<Resume, Update, Nodes>, "lg_name">): Command<Resume, Update, Nodes>| Name | Type | Description |
|---|---|---|
args* | Omit<CommandParams<Resume, Update, Nodes>, "lg_name"> |