interface ShapeFrame {
    blendMode: BlendMode;
    id: string;
    name: string;
    shapeProperties: ShapeProperties;
    type: FrameTypeEnum;
}

Hierarchy (View Summary)

Properties

blendMode: BlendMode
id: string
name: string
shapeProperties: ShapeProperties