landing page finished
This commit is contained in:
@@ -230,6 +230,12 @@ export interface GeoResult {
|
||||
state: string;
|
||||
state_code: string;
|
||||
}
|
||||
export interface CityAndStateResult {
|
||||
id: number;
|
||||
name: string;
|
||||
type: string;
|
||||
state_code: string;
|
||||
}
|
||||
export interface CountyResult {
|
||||
id: number;
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user