export type WhatsappUserConfig = { readonly id: number; /** * edX user ID */ readonly user: number; phone_number: string; readonly date_created: string; readonly last_modified: string; };