Type Alias DrawPath

DrawPath: {
    clipCommand?: ClipPathCommand["name"] | ResetClipCommand["name"];
    clipPath?: DrawPath;
    path2D?: Path2D;
} & PathAttrs