Difference of a single argument

interface TlArgumentDiff {
    comment?: PropertyDiff<undefined | string>;
    name: string;
    type?: PropertyDiff<string>;
}

Properties

Properties

comment?: PropertyDiff<undefined | string>

Comment of the argument diff

name: string

Name of the argument

type?: PropertyDiff<string>

Type of the argument diff