export type TRequestRedirect = 'follow' | 'error' | 'manual';
