interface QueriesConfig {
    Queries: undefined | Query[];
}

Properties

Properties

Queries: undefined | Query[]