export type TStatus = 'init' | 'loading' | 'success' | 'failed';