Files
PayDirt/node_modules/@azure/msal-common/dist/network/NetworkResponse.d.ts
RochesterX 6e820464d5 Initial
2025-11-12 10:13:24 -05:00

6 lines
153 B
TypeScript

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