interface MyArray {
    [index: number]: string | number;
}
