Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2022-08-18 19:57:13 +00:00
parent 341b59f315
commit a37ee26906
19 changed files with 933 additions and 20 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 {};