/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Launch process started but could not complete */ export type TenantLaunchFailed = { success?: boolean; message: any; data?: any; id?: string; timestamp?: string; org: string; lms_url: string; cms_url: string; portal_url: string; edx_role: string; };