/** * An unexpected error occurred during launch process */ export type TenantLaunchError = { success?: boolean; message: any; data?: any; id?: string; timestamp?: string; };