Type Alias TUpdatePatchSetAttribut

TUpdatePatchSetAttribut: {
    id?: undefined | string;
    name: string;
    type: "SET_ATTRIBUTE";
    value: string;
}