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