interface BasicQueryData {
    ast: NormalizedAst;
    dataflow: DataflowInformation;
}

Properties

Properties