/** * 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"; export declare const UserCollection: t.ExactC, t.PartialC<{ email: t.Type; id: t.StringC; identities: t.ReadonlyArrayC, t.PartialC<{ id: t.StringC; provider: t.StringC; }>]>>>; first_name: t.StringC; last_name: t.StringC; name: t.StringC; note: t.StringC; registration_date: t.Type; state: t.Type; type: t.StringC; }>]>>>; }>, t.PartialC<{ next: t.StringC; }>]>>; export declare type UserCollection = t.TypeOf;