import { ShapeTemplateType } from "../enums/Enums"; export interface ShapeTemplateSettings { type: ShapeTemplateType; }