/** * 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 "italia-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 declare type TimeToLiveSeconds = t.TypeOf; declare const TimeToLiveSecondsBase: t.UnionC<[t.Type, number & IWithinRangeIntegerTag<3600, 604800>, unknown>, t.LiteralC<604800>]>; export declare const TimeToLiveSeconds: t.Type<604800 | (number & IWithinRangeIntegerTag<3600, 604800>), any, unknown>; export {};