Initial commit for the js version
This commit is contained in:
7
dist/core/ApiResult.d.ts
vendored
Normal file
7
dist/core/ApiResult.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
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