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