mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2025-12-08 20:16:21 +00:00
- Removing domain
This commit is contained in:
parent
da6efab054
commit
a005cc352c
@ -10,7 +10,6 @@ type Config = {
|
||||
TOKEN?: string | Resolver<string>;
|
||||
USERNAME?: string | Resolver<string>;
|
||||
PASSWORD?: string | Resolver<string>;
|
||||
DOMAIN?: string | Resolver<string>;
|
||||
HEADERS?: Headers | Resolver<Headers>;
|
||||
}
|
||||
|
||||
@ -21,6 +20,5 @@ export const OpenAPI: Config = {
|
||||
TOKEN: undefined,
|
||||
USERNAME: undefined,
|
||||
PASSWORD: undefined,
|
||||
DOMAIN: undefined,
|
||||
HEADERS: undefined,
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user