I have defined an interface like this:
interface IModal { content: string; form: string; href: string; $form: JQuery; $message: JQuery;
You can do
var modal = {} as IModal