Type Alias TUpdatePatchRemoveAttribut

TUpdatePatchRemoveAttribut: {
    id?: undefined | string;
    name: string;
    type: "REMOVE_ATTRIBUTE";
}