export interface ServiceInstanceCredentials { clientId: string; clientSecret: string; } export interface HeaderParameters { }