export default interface AuthenticatedRequestI { /** * The access token provided for authentication * @returns {string} */ access_token: string; }