Type alias ResponseInterceptorBeta

ResponseInterceptor: ((response) => Promise<CommonMediaResponse>)

Response interceptor API.

Type declaration

Returns

A promise with updated response that is resolved when the interceptor has completed the process of the response.