mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2025-12-08 20:16:21 +00:00
fix lint error
This commit is contained in:
parent
ea29f25b19
commit
2c3ac7af60
@ -4,7 +4,7 @@ interface Config {
|
||||
BASE: string;
|
||||
VERSION: string;
|
||||
WITH_CREDENTIALS: boolean;
|
||||
TOKEN: string | () => Promise<string>;
|
||||
TOKEN: string | (() => Promise<string>);
|
||||
}
|
||||
|
||||
export const OpenAPI: Config = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user