interface Generic {
    raw: string;
    tokens?: Token[];
    type: string;
    [index: string]: any;
}

Indexable

[index: string]: any

Properties

Properties

raw: string
tokens?: Token[]
type: string