interface ITransferData {
    id: string;
    newRecipient: string;
}

Hierarchy (View Summary)

Properties

Properties

id: string
newRecipient: string