Type Alias TShapeConfiguration

TShapeConfiguration: {
    beautification?: TShapeBeautificationConfiguration;
    convert?: TShapeConvertConfiguration;
    "enable-sub-blocks"?: boolean;
    eraser?: TEraserConfiguration;
    mimeTypes: (
        | "application/vnd.myscript.jiix"
        | "application/vnd.openxmlformats-officedocument.presentationml.presentation"
        | "image/svg+xml"
    )[];
    "session-time"?: number;
}