import { ReaperSmith } from './enum/reaper-smith'; export interface ReaperBuilder { id: ReaperSmith; name: string; }