A generic argument of a TL entry

interface TlGeneric {
    name: string;
    type: string;
}

Properties

Properties

name: string

Name of the generic

type: string

Super type of the generic