Response type that extends the standard Response with additional properties for data and request hash tracking.
export type FetchDecoratorResponse = Response & { data: unknown; requestHash: string }; Copy
export type FetchDecoratorResponse = Response & { data: unknown; requestHash: string };
Response type that extends the standard Response with additional properties for data and request hash tracking.