UNPKG

cql-antlr-parser

Version:
8 lines (7 loc) 153 B
import LineInfo from "./LineInfo"; export default interface CqlText { text?: string; name?: string; start?: LineInfo; stop?: LineInfo; }