UNPKG

@madie/cql-antlr-parser

Version:
11 lines 485 B
import { ParserRuleContext } from "antlr4ts/ParserRuleContext"; import CreatorBase from "./CreatorBase"; import CqlValueSet from "./dto/CqlValueSet"; declare type StringOrUndefined = undefined | string; export default class CqlValueSetSystemCreator extends CreatorBase<CqlValueSet> { model: StringOrUndefined; constructor(ctx: ParserRuleContext, model: StringOrUndefined); protected build(): CqlValueSet; } export {}; //# sourceMappingURL=CqlCodeValueSystemCreator.d.ts.map