Type Alias: InterceptedResponse
InterceptedResponse = {
body:Item;id:string;resource:string; } | {body:Item[];resource:string; }
Defined in: responseBodyInterceptor/types.ts:4
InterceptedResponse = {
body:Item;id:string;resource:string; } | {body:Item[];resource:string; }
Defined in: responseBodyInterceptor/types.ts:4