export interface LoaderState {
    showLoading: boolean;
}
