export enum StageQuality {
	LOW = 'low',
	MEDIUM = 'medium',
	HIGH = 'high',
	BEST = 'best',
}