Type Alias JsdocTypeLine

    JsdocTypeLine: {
        delimiter: string;
        initial: string;
        postDelimiter: string;
        rawType: string;
        type: "JsdocTypeLine";
    }