export type TRequestMode = 'same-origin' | 'cors' | 'no-cors' | 'navigate' | 'websocket';