uplc v0.7.15UplcStringUplcString export type UplcString = CommonUplcValueProps & { kind: "string" string: string value: string }