/** * 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"; /** * This parameter specifies for how long (in seconds) the system will * try to deliver the message to the channels configured by the user. */ export type TimeToLiveSeconds = t.TypeOf; declare const TimeToLiveSecondsBase: t.UnionC<[import("@pagopa/ts-commons/lib/types").Tagged, number, number, unknown>, t.LiteralC<604800>]>; export declare const TimeToLiveSeconds: t.Type<604800 | (number & IWithinRangeIntegerTag<3600, 604800>), any, unknown>; export {};