File tree Expand file tree Collapse file tree 3 files changed +57
-57
lines changed
Expand file tree Collapse file tree 3 files changed +57
-57
lines changed Original file line number Diff line number Diff line change 1010 "typescript" : " 5.3.3"
1111 },
1212 "dependencies" : {
13- "sst" : " ion "
13+ "sst" : " ^3 "
1414 }
1515}
Original file line number Diff line number Diff line change 33import "sst"
44declare module "sst" {
55 export interface Resource {
6- Api : {
7- type : "sst.aws.ApiGatewayV2"
8- url : string
9- }
10- Frontend : {
11- type : "sst.aws.StaticSite"
12- url : string
13- }
14- IdentityPool : {
15- id : string
16- type : "sst.aws.CognitoIdentityPool"
17- }
18- Notes : {
19- name : string
20- type : "sst.aws.Dynamo"
21- }
22- StripeSecretKey : {
23- type : "sst.sst.Secret"
24- value : string
25- }
26- Uploads : {
27- name : string
28- type : "sst.aws.Bucket"
29- }
30- UserPool : {
31- id : string
32- type : "sst.aws.CognitoUserPool"
33- }
34- UserPoolClient : {
35- id : string
36- secret : string
37- type : "sst.aws.CognitoUserPoolClient"
6+ " Api" : {
7+ " type" : "sst.aws.ApiGatewayV2"
8+ " url" : string
9+ }
10+ " Frontend" : {
11+ " type" : "sst.aws.StaticSite"
12+ " url" : string
13+ }
14+ " IdentityPool" : {
15+ "id" : string
16+ " type" : "sst.aws.CognitoIdentityPool"
17+ }
18+ " Notes" : {
19+ " name" : string
20+ " type" : "sst.aws.Dynamo"
21+ }
22+ " StripeSecretKey" : {
23+ " type" : "sst.sst.Secret"
24+ " value" : string
25+ }
26+ " Uploads" : {
27+ " name" : string
28+ " type" : "sst.aws.Bucket"
29+ }
30+ " UserPool" : {
31+ "id" : string
32+ " type" : "sst.aws.CognitoUserPool"
33+ }
34+ " UserPoolClient" : {
35+ "id" : string
36+ " secret" : string
37+ " type" : "sst.aws.CognitoUserPoolClient"
3838 }
3939 }
4040}
You can’t perform that action at this time.
0 commit comments