import { ShapeTemplateSettings } from "./ShapeTemplateSettings"; import { ShapeTemplateType } from "../enums/Enums"; import { MediaPickerImage } from "@omnia/fx-models"; export interface ShapeTemplateMediaSettings extends ShapeTemplateSettings { type: ShapeTemplateType.MediaShape; image: MediaPickerImage; }