update dependency after merge from masterupdate dependency after merge from master

This commit is contained in:
Slawomir Jaranowski
2021-08-20 13:33:39 +02:00
parent 9d88753cb7
commit 902651b0f8
26 changed files with 1174 additions and 349 deletions

View File

@ -1,4 +1,4 @@
interface CommandProperties {
export interface CommandProperties {
[key: string]: any;
}
/**
@ -13,4 +13,3 @@ interface CommandProperties {
*/
export declare function issueCommand(command: string, properties: CommandProperties, message: any): void;
export declare function issue(name: string, message?: string): void;
export {};