interface JackpotHtmlTemplate { id: string; content: string; } export { JackpotHtmlTemplate };