export type HadNoError = {
    ALL: 'all',
    CURRENT_URL: 'currentUrl',
};
