-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsst-env.d.ts
More file actions
41 lines (39 loc) · 845 Bytes
/
sst-env.d.ts
File metadata and controls
41 lines (39 loc) · 845 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/* This file is auto-generated by SST. Do not edit. */
/* tslint:disable */
/* eslint-disable */
/* deno-fmt-ignore-file */
declare module "sst" {
export interface Resource {
"AsyncStateMachine": {
"arn": string
"type": "sst.aws.StepFunctions"
}
"CheckProcessingStatusLambda": {
"name": string
"type": "sst.aws.Function"
}
"ProdEpilotKey": {
"type": "sst.sst.Secret"
"value": string
}
"ProdSchufaCert": {
"type": "sst.sst.Secret"
"value": string
}
"SchufaApi": {
"type": "sst.aws.ApiGatewayV2"
"url": string
}
"TestEpilotKey": {
"type": "sst.sst.Secret"
"value": string
}
"TestSchufaCert": {
"type": "sst.sst.Secret"
"value": string
}
}
}
/// <reference path="sst-env.d.ts" />
import "sst"
export {}