counties, pagination, filter count, show total results
This commit is contained in:
@@ -61,3 +61,12 @@ export interface Timezone {
|
||||
abbreviation: string;
|
||||
tzName: string;
|
||||
}
|
||||
export interface CountyData {
|
||||
state: string;
|
||||
state_full: string;
|
||||
counties: string[];
|
||||
}
|
||||
export interface CountyRequest {
|
||||
prefix: string;
|
||||
states: string[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user