Type Alias EmailSubscribeRequestParams

EmailSubscribeRequestParams: {
    from_email: string;
    from_name: string;
    to_email: string;
}