Task Init
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
export declare const IS_READ_ONLY = true;
|
||||
export declare function transformArguments(configKey: string): Array<string>;
|
||||
type ConfigItem = [
|
||||
configKey: string,
|
||||
value: number
|
||||
];
|
||||
export declare function transformReply(): ConfigItem | Array<ConfigItem>;
|
||||
export {};
|
||||
Reference in New Issue
Block a user