/** * Do not edit this file it is auto-generated by io-utils / gen-api-models. * See https://github.com/pagopa/io-utils */ import { IWithinRangeIntegerTag } from "@pagopa/ts-commons/lib/numbers"; import * as t from "io-ts"; /** * Amount of payment in euro cent. PagoPA accepts up to 9999999999 euro cents. */ export type PaymentAmount = t.TypeOf; export declare const PaymentAmount: t.UnionC<[import("@pagopa/ts-commons/lib/types").Tagged, number, number, unknown>, t.LiteralC<9999999999>]>;