Difference of a single entry

interface TlEntryDiff {
    arguments?: BasicDiff<TlArgument, TlArgumentDiff>;
    comment?: PropertyDiff<undefined | string>;
    generics?: PropertyDiff<undefined | TlGeneric[]>;
    id?: PropertyDiff<number>;
    name: string;
}

Properties

Arguments of the entry diff

comment?: PropertyDiff<undefined | string>

Comment of the entry diff

generics?: PropertyDiff<undefined | TlGeneric[]>

Generic types diff

id?: PropertyDiff<number>

Constructor ID of the entry diff

name: string

Name of the entry