/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type PatchedWhatsappUserConfig = { readonly id?: number; /** * edX user ID */ readonly user?: number; phone_number?: string; readonly date_created?: string; readonly last_modified?: string; };