Type Alias QueryNotCreated

type QueryNotCreated = {
    apps?: QlikApp[];
    conversationalResponse?: QueryResponse;
    errors?: Error[];
    nluInfo?: NluInfo;
}
Index

Properties

apps?: QlikApp[]
conversationalResponse?: QueryResponse
errors?: Error[]
nluInfo?: NluInfo