Type alias RequestInterceptorBeta

RequestInterceptor: ((request) => Promise<CommonMediaRequest>)

Request interceptor API.

Type declaration

Returns

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