export type ReduxSelectorFunc = (s: any) => unknown;
