This way index access on it will succeed since TypeScript knows how many elements are in it
@@ -15,7 +15,7 @@ const items = [
{
name: 'Orange',
},
-];
+] as const;
/**
* For every render, we push all injected params into `autoCompleteState`, we probably want to