/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type UserPlatformLink = { user_id: number; username: string; email: string; user_active: boolean; key: string; org: string; platform_name: string; lms_url: string; cms_url: string; portal_url: string; is_admin?: boolean; is_staff?: boolean; added_on?: string | null; expired_on?: string | null; readonly public: string; active?: boolean; readonly is_enterprise: string; readonly is_default: string; readonly show_paywall: boolean; readonly enable_monetization: boolean; };