export interface Recipient { stopId: string; name: string; phone: string; remarks: string; }