interface TransferOwnershipCallObject {
    _to: string;
}

Properties

Properties

_to: string