interface ApprovalEventObject {
    approved: string;
    owner: string;
    tokenId: bigint;
}

Properties

approved: string
owner: string
tokenId: bigint