interface TransferObjectParams {
    objectId: string;
    recipient: string;
}

Properties

Properties

objectId: string
recipient: string