Interface UpdateInput

interface UpdateInput {
    tapLeafScript: TapLeafScript[];
}

Properties

Properties

tapLeafScript: TapLeafScript[]