Documentation - v0.27.1
    Preparing search index...

    Interface TlArgumentDiff

    Difference of a single argument

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

    Properties

    Properties

    comment?: PropertyDiff<string | undefined>

    Comment of the argument diff

    name: string

    Name of the argument

    type?: PropertyDiff<string>

    Type of the argument diff