interface Safer_Easy_Fix { title: string; callback: () => void; } interface Alternate_Syntax_4_Safer_Easy_Fix { title: string; callback(): void; }