export type PullStatus = 'pulling' | 'canRelease' | 'refreshing' | 'complete';
