Type Alias RequesterBeta

Requester: (request: CommonMediaRequest) => Promise<CommonMediaResponse>

A function that executes a request and returns a response that adhere to the common media request/response types.

Type declaration