diff options
Diffstat (limited to 'node_modules/genius-lyrics/dist/Constants.d.ts')
-rw-r--r-- | node_modules/genius-lyrics/dist/Constants.d.ts | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/node_modules/genius-lyrics/dist/Constants.d.ts b/node_modules/genius-lyrics/dist/Constants.d.ts index b43012d..fc3cfb6 100644 --- a/node_modules/genius-lyrics/dist/Constants.d.ts +++ b/node_modules/genius-lyrics/dist/Constants.d.ts @@ -1,20 +1,20 @@ -import { OptionsOfTextResponseBody } from "got"; -export interface Config { - requestOptions?: Omit<OptionsOfTextResponseBody, "responseType">; - origin?: { - api?: string; - url?: string; - }; -} -export declare const Constants: { - BASE_URL: string; - UN_BASE_URL: string; - ARTIST_SORTS: string[]; - DEF_USER_AGENT: string; - REQUIRES_KEY: string; - INV_RES_OBJ: string; - INV_CONFIG_OBJ: string; - INV_TOKEN: string; - NO_RESULT: string; - ERR_W_MSG: (err: any, msg: any) => string; -}; +import { OptionsOfTextResponseBody } from "got";
+export interface Config {
+ requestOptions?: Omit<OptionsOfTextResponseBody, "responseType">;
+ origin?: {
+ api?: string;
+ url?: string;
+ };
+}
+export declare const Constants: {
+ BASE_URL: string;
+ UN_BASE_URL: string;
+ ARTIST_SORTS: string[];
+ DEF_USER_AGENT: string;
+ REQUIRES_KEY: string;
+ INV_RES_OBJ: string;
+ INV_CONFIG_OBJ: string;
+ INV_TOKEN: string;
+ NO_RESULT: string;
+ ERR_W_MSG: (err: any, msg: any) => string;
+};
|