interface NiajaState {
    state: string;
    senatorialDistricts: string[];
    lgas: string[];
}
export type { NiajaState };
