This commit is contained in:
ruki
2022-10-13 13:53:06 +08:00
Unverified
parent 9a9d01bc01
commit c4e94b95d2
101 changed files with 4863 additions and 28 deletions
+1 -2
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 {};