generated from sst/monorepo-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sst-env.d.ts
42 lines (42 loc) · 858 Bytes
/
sst-env.d.ts
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
42
/* This file is auto-generated by SST. Do not edit. */
/* tslint:disable */
/* eslint-disable */
import "sst"
export {}
declare module "sst" {
export interface Resource {
"Api": {
"type": "sst.aws.ApiGatewayV2"
"url": string
}
"Frontend": {
"type": "sst.aws.StaticSite"
"url": string
}
"IdentityPool": {
"id": string
"type": "sst.aws.CognitoIdentityPool"
}
"Notes": {
"name": string
"type": "sst.aws.Dynamo"
}
"StripeSecretKey": {
"type": "sst.sst.Secret"
"value": string
}
"Uploads": {
"name": string
"type": "sst.aws.Bucket"
}
"UserPool": {
"id": string
"type": "sst.aws.CognitoUserPool"
}
"UserPoolClient": {
"id": string
"secret": string
"type": "sst.aws.CognitoUserPoolClient"
}
}
}