interface NeighborhoodAnalyticsFormState {
    selected?: string;
}

Properties

Properties

selected?: string