/** * While sending a request to API, request options help configurating the request. */ export interface RequestOptions { apiKey: string; env: string; }