interface Recipient {
    address: string;
    amount: number;
}

Properties

Properties

address: string
amount: number