Trying to follow https://medium.com/@thehappybug/using-react-context-in-a-typescript-app-c4ef7504c858 but the below confuses me. Is the AppContextInterface
saying that's what the createContext expects as an argument or what it will return?
Example
const {Provider, Consumer} = React.createContext<AppContextInterface>();