import { type INotificationChannelIdentifier, type INotificationChannelMetadataObject } from "@gooddata/sdk-model"; /** * @alpha */ export interface INotificationChannelsState { notificationChannelsCount: number; notificationChannels: INotificationChannelIdentifier[] | INotificationChannelMetadataObject[]; } export declare const notificationChannelsInitialState: INotificationChannelsState; //# sourceMappingURL=notificationChannelsState.d.ts.map