export type Status = 'loading' | 'loaded' | 'error';
