export interface RecipientTypeVM { id?: number; name?: string; can_update?: boolean; can_delete?: boolean; }