uplc v0.7.15ListDataListData export type ListData = CommonUplcDataProps & { items: UplcData[] kind: "list" length: number list: UplcData[] }