/** * Do not edit this file it is auto-generated by io-utils / gen-api-models. * See https://github.com/pagopa/io-utils */ import * as t from "io-ts"; /** * Organization fiscal code. */ export declare type OrganizationFiscalCode = t.TypeOf; export declare const OrganizationFiscalCode: t.Type, string & import("italia-ts-commons/lib/strings").IPatternStringTag<"^[0-9]{11}$">, unknown>;