/** * This file was auto-generated by Fern from our API Definition. */ /** * Client ID and secret used to retrieve an access token */ export interface ApiCredentials { clientId: string; secret: string; }