Type Alias NluInfo

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

Properties

Properties

elements?: NluInfoElements[]