export type LoadingState = 'unknown' | 'pending' | 'fulfilled' | 'rejected';