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