/** * Do not edit this file it is auto-generated by io-utils / gen-api-models. * See https://github.com/pagopa/io-utils */ /* eslint-disable */ import { WithinRangeString } from "@pagopa/ts-commons/lib/strings"; import * as t from "io-ts"; /** * The full version of the message, in plain text or Markdown format. The * content of this field will be delivered to channels that don't have any * limit in terms of content size (e.g. email, etc...). */ export type MessageBodyMarkdown = t.TypeOf; export const MessageBodyMarkdown = WithinRangeString(80, 10001);