export interface IRollItem { description: string; rollRange: number[]; }