export interface ModifierItem { prefix: string; modifiers: string[]; } export type ModifierItems = ModifierItem[] | string[];