Newsletter Subscription
Newsletter subscription with email, name, source, and subscription date.
forms
Install
$ npx shadcn@latest add @open-types/newsletter-subscription
Source
export interface NewsletterSubscription {
email: string;
name?: string;
source?: string;
subscribed_at?: string;
}
export interface NewsletterSubscription {
email: string;
name?: string;
source?: string;
subscribed_at?: string;
}