import { BackgroundFill } from './BackgroundFill.generated'; export interface BackgroundTypeFill { type: string; fill: BackgroundFill; dark_theme_dimming: number; }