cletus/node_modules/@azure/msal-common/dist/network/NetworkResponse.d.ts
2025-05-09 15:53:19 -05:00

6 lines
No EOL
158 B
TypeScript

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