uplc v0.7.17makeListTypeOn this pagemakeListType Overload 1 export function makeListType(itemType: UplcType): UplcType Arguments 1. itemType itemType: UplcType Returns UplcType Overload 2 export function makeListType(args: {item: UplcType}): UplcType Arguments 1. args args: {item: UplcType} Returns UplcType