change network response data type
This commit is contained in:
2
doric-js/lib/src/native/network.d.ts
vendored
2
doric-js/lib/src/native/network.d.ts
vendored
@@ -12,7 +12,7 @@ export interface IRequest {
|
||||
timeout?: number;
|
||||
}
|
||||
export interface IResponse {
|
||||
data: any;
|
||||
data: string;
|
||||
status: number;
|
||||
headers?: {
|
||||
[index: string]: string;
|
||||
|
Reference in New Issue
Block a user