Tsarr Documentation - v2.13.0
    Preparing search index...

    Type Alias TagDifference

    type TagDifference = {
        field?: string | null;
        oldValue?: string | null;
        newValue?: string | null;
    }
    Index
    field?: string | null
    oldValue?: string | null
    newValue?: string | null