/** * Options for Undeploying a Service */ export interface GetServiceUndeployOptions { name?: string; serviceDeploymentId?: string; mosaicHostingClientId?: string; mosaicHostingClientSecret?: string; idServiceAuthBaseURL?: string; hostingServiceBaseURL?: string; }