🚀New lib version [CI SKIP]
This commit is contained in:
6
dist/core/OpenAPI.d.ts
vendored
6
dist/core/OpenAPI.d.ts
vendored
@@ -1,6 +1,6 @@
|
||||
declare type Resolver<T> = () => Promise<T>;
|
||||
declare type Headers = Record<string, string>;
|
||||
declare type Config = {
|
||||
type Resolver<T> = () => Promise<T>;
|
||||
type Headers = Record<string, string>;
|
||||
type Config = {
|
||||
BASE: string;
|
||||
VERSION: string;
|
||||
WITH_CREDENTIALS: boolean;
|
||||
|
||||
Reference in New Issue
Block a user