/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * An unexpected error occurred during launch process */ export type TenantLaunchError = { success?: boolean; message: any; data?: any; id?: string; timestamp?: string; };