export interface ServiceProviderOptions { baseUrl: string; accessToken: string; projectName?: string; }