Mayson Monorepo Documentation
Preparing search index...
@mayson/email
SendEmailTask
Interface SendEmailTask<T>
Generic email task payload for queue
interface
SendEmailTask
<
T
extends
EmailType
=
EmailType
>
{
type
:
T
;
to
:
string
;
data
:
EmailDataMap
[
T
]
;
userId
?:
string
;
}
Type Parameters
T
extends
EmailType
=
EmailType
Index
Properties
type
to
data
user
Id?
Properties
type
type
:
T
to
to
:
string
data
data
:
EmailDataMap
[
T
]
Optional
user
Id
userId
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
to
data
user
Id
Mayson Monorepo Documentation
Loading...
Generic email task payload for queue