import { ReactNodeWithoutNullOrUndefined, } from '../../typeAliases/ReactNodeWithoutNullOrUndefined'; export interface IAppContextProviderWrapperOwnProps { readonly children: ReactNodeWithoutNullOrUndefined; }