interface SetApprovalForAllCallObject {
    approved: boolean;
    operator: string;
}

Properties

Properties

approved: boolean
operator: string