import { BackgroundTypeFill } from './BackgroundTypeFill.generated'; import { BackgroundTypeWallpaper } from './BackgroundTypeWallpaper.generated'; import { BackgroundTypePattern } from './BackgroundTypePattern.generated'; import { BackgroundTypeChatTheme } from './BackgroundTypeChatTheme.generated'; export type BackgroundType = BackgroundTypeFill | BackgroundTypeWallpaper | BackgroundTypePattern | BackgroundTypeChatTheme;