/** * 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"; /** * Describes the citizen's profile, mostly interesting for preferences * attributes. */ /** * All the notification channels blocked by the user. * Each channel is related to a specific service (sender). */ export declare const ExtendedProfileBlocked_inbox_or_channels: t.RecordC>; export declare type ExtendedProfileBlocked_inbox_or_channels = t.TypeOf; export declare const ExtendedProfile: t.ExactC; }>, t.PartialC<{ email: t.Type; blocked_inbox_or_channels: t.RecordC>; preferred_languages: t.ReadonlyArrayC; accepted_tos_version: t.NumberC; is_test_profile: t.Type; }>]>>; export declare type ExtendedProfile = t.TypeOf;