UNPKG

@a11ywatch/core

Version:
10 lines (9 loc) 200 B
interface MarketingFooterParams { userId: number; email?: string; } interface Footer { marketing(params: MarketingFooterParams): string; } declare const footer: Footer; export { footer };