UNPKG

@snapp-store/snapp-box-sdk

Version:
8 lines (7 loc) 175 B
export declare type ApiResult = { readonly url: string; readonly ok: boolean; readonly status: number; readonly statusText: string; readonly body: any; };