export type Accuracy = {
	HIGH: 'high',
	MEDIUM: 'medium',
	LOW: 'low',
};
