Type Alias RectToCommand

RectToCommand: {
    args: [x: number, y: number, w: number, h: number];
    name: "rect";
    transform?: DOMMatrix;
}