Type Alias PathCommand

PathCommand: {
    d: string;
    name: "path";
    transform?: DOMMatrix;
}