USAQuery🔗Definition🔗export interface USAQuery { fields?: string[]; mode?: string; period?: string; states?: string[]; } See also🔗 USAQueryBuilder