new lib version [CI SKIP]
This commit is contained in:
14
dist/core/ApiResult.d.ts
vendored
14
dist/core/ApiResult.d.ts
vendored
@@ -1,7 +1,7 @@
|
||||
export declare type ApiResult = {
|
||||
readonly url: string;
|
||||
readonly ok: boolean;
|
||||
readonly status: number;
|
||||
readonly statusText: string;
|
||||
readonly body: any;
|
||||
};
|
||||
export declare type ApiResult = {
|
||||
readonly url: string;
|
||||
readonly ok: boolean;
|
||||
readonly status: number;
|
||||
readonly statusText: string;
|
||||
readonly body: any;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user