UNPKG

@azure/msal-common

Version:
6 lines 158 B
export type NetworkResponse<T> = { headers: Record<string, string>; body: T; status: number; }; //# sourceMappingURL=NetworkResponse.d.ts.map