Interface DBQueryService

interface DBQueryService {
    query(req): Promise<DBQueryResponse>;
}

Hierarchy (view full)

Methods

Methods