import { BackgroundType } from './BackgroundType.generated'; export interface ChatBackground { type: BackgroundType; }