/** * Serializer for recipient data */ export type Recipient = { username: string; email: string; status?: string; };