UNPKG
wcarl-aet-oss
Version:
latest (2024.3.5)
2024.3.5
2024.1.3
wcarl aet oss
github.com/Warriorcarl/wcarl-aet-oss
Warriorcarl/wcarl-aet-oss
wcarl-aet-oss
/
app
/
extension.ts
11 lines
(9 loc)
•
284 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
import
{
AppLoadContext
}
from
"@remix-run/server-runtime"
;
declare
module
"@remix-run/server-runtime"
{
interface
AppLoadContext
{
EXCLUDE_FROM_SEARCH
:
boolean
;
N8N_FORM_EMAIL_HOOK
:
string
; } }