import { BackgroundFillSolid } from './BackgroundFillSolid.generated'; import { BackgroundFillGradient } from './BackgroundFillGradient.generated'; import { BackgroundFillFreeformGradient } from './BackgroundFillFreeformGradient.generated'; export type BackgroundFill = BackgroundFillSolid | BackgroundFillGradient | BackgroundFillFreeformGradient;