export type TFetchStatus = 'none' | 'fetching' | 'done' | 'error' | 'hasMore'; export type TSendStatus = 'none' | 'sending' | 'done' | 'error';