interface IMacro { name: string; macroName: string; type: string; target: string; value: number | boolean; } export default IMacro;