import { PgPalette } from '../../core/ui/palette'; export interface FlagNotificationModel { bold?: boolean; color?: PgPalette; enterSide?: 'left' | 'right'; titleText?: string; bodyText?: string; actionButtonText?: string; timeout?: number; }