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