export default interface ISelectorMatch {
	priorityWeight: number;
}
