Task Init
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
interface SugAddOptions {
|
||||
INCR?: true;
|
||||
PAYLOAD?: string;
|
||||
}
|
||||
export declare function transformArguments(key: string, string: string, score: number, options?: SugAddOptions): Array<string>;
|
||||
export declare function transformReply(): number;
|
||||
export {};
|
||||
Reference in New Issue
Block a user