export interface IndexList {
    stn: Array<string[]>;
    nts: Array<string[]>;
}
