export let getApiEntitiesState: (state: any) => any = (state: any) => state.app.apiEntities; export function setApiEntitiesStateGetter(getter: (state: any) => any) { // Use this to customize the location where you have placed your ApiEntitiesRecord in your project. getApiEntitiesState = getter; }