export default interface IReplacerSlotQuestion { readonly question: string; readonly slot: string; }