UNPKG
@samepage/backend
Version:
latest (0.75.7)
0.75.7
0.75.6
0.75.5
0.75.4
0.75.3
0.75.2
0.75.1
0.75.0
0.74.5
0.74.4
0.74.3
0.74.2
0.74.1
0.74.0
0.73.1
0.73.0
0.72.1
0.72.0
0.71.12
0.71.10
0.71.9
0.71.8
0.71.7
0.71.6
0.71.5
0.71.4
0.71.3
0.71.0
0.70.5
0.70.0
0.69.9
0.69.7
0.69.6
0.69.5
0.69.4
0.69.3
0.69.2
0.69.1
0.69.0
0.68.4
0.68.3
0.68.2
0.68.1
0.67.3
0.67.2
0.67.1
0.67.0
0.66.6
0.66.4
0.66.3
0.66.2
0.66.1
0.66.0
0.65.14
0.65.13
0.65.12
0.65.11
0.65.10
0.65.9
0.65.8
0.65.6
0.65.5
0.65.4
0.65.3
0.64.14
0.64.13
0.64.12
0.64.11
0.64.9
0.64.8
0.64.7
0.64.6
0.64.5
0.64.4
0.64.3
0.64.2
0.64.1
0.64.0
0.63.2
0.63.1
0.63.0
0.62.12
0.62.11
0.62.10
0.62.9
0.62.8
0.62.7
0.62.6
0.62.5
0.62.4
0.62.3
0.62.2
0.62.1
0.62.0
0.61.5
0.61.4
0.61.3
0.61.2
0.61.1
0.61.0
0.59.9
0.59.8
0.59.7
0.59.6
0.59.5
0.59.4
0.59.3
0.59.2
0.59.0
0.58.0
0.57.0
0.56.7
0.56.6
0.56.5
0.56.3
0.56.1
0.56.0
Backend utilities for the apis of SamePage integrations
samepage.network/docs/developer
@samepage/backend
/
emailError.server.d.ts
4 lines
(3 loc)
•
156 B
TypeScript
View Raw
1
2
3
4
import
React
from
"react"
;
declare
const
emailError
:
(
subject
:
string
,
e
:
Error
,
moreBody
?:
React
.
ReactNode
) =>
Promise
<
string
>;
export
default
emailError;