aimpress-chatbot/node_modules/@azure/msal-common/dist/network/NetworkResponse.d.ts
“SamoilenkoVadym” 195299ece0 Initial commit
2025-04-27 17:05:18 +01: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