Type Alias NluInfo

type NluInfo = {
    elements?: NluInfoElements[];
}
Index
elements?: NluInfoElements[]