/** * 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"; /** * All the notification channels blocked by the user. * Each channel is related to a specific service (sender). */ export declare const BlockedInboxOrChannels: t.RecordC>>; export type BlockedInboxOrChannels = t.TypeOf;