Type Alias TUpdatePatchAppendChild

TUpdatePatchAppendChild: {
    parentId?: undefined | string;
    svg: string;
    type: "APPEND_CHILD";
}