export interface OrderCloudTokenResponse { access_token?: string; refresh_token?: string; token_type?: string; expires_in?: number; coreuser_roles?: string[]; portaluser_roles?: string[]; granted_roles?: string[]; }