/** * Options for Upload Deployment Manifest */ export interface GetUploadManifestOptions { name: string; serviceId?: string; mosaicHostingClientId?: string; mosaicHostingClientSecret?: string; deploymentManifestPath?: string; idServiceAuthBaseURL?: string; hostingServiceBaseURL?: string; }