interface StarterMoveData {
    [key: integer]: StarterMoveset | StarterFormMoveData;
}

Indexable