DrawingPatch: Partial<
    Pick<
        Drawing,
        "points"
        | "style"
        | "text"
        | "props"
        | "locked"
        | "visible"
        | "zIndex",
    >,
>

The fields DrawingController.update and updateMany can change.