sst-env.d.ts 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. /* This file is auto-generated by SST. Do not edit. */
  2. /* tslint:disable */
  3. /* eslint-disable */
  4. /* deno-fmt-ignore-file */
  5. import "sst"
  6. declare module "sst" {
  7. export interface Resource {
  8. "ADMIN_SECRET": {
  9. "type": "sst.sst.Secret"
  10. "value": string
  11. }
  12. "AUTH_API_URL": {
  13. "type": "sst.sst.Linkable"
  14. "value": string
  15. }
  16. "AWS_SES_ACCESS_KEY_ID": {
  17. "type": "sst.sst.Secret"
  18. "value": string
  19. }
  20. "AWS_SES_SECRET_ACCESS_KEY": {
  21. "type": "sst.sst.Secret"
  22. "value": string
  23. }
  24. "CLOUDFLARE_API_TOKEN": {
  25. "type": "sst.sst.Secret"
  26. "value": string
  27. }
  28. "CLOUDFLARE_DEFAULT_ACCOUNT_ID": {
  29. "type": "sst.sst.Secret"
  30. "value": string
  31. }
  32. "Console": {
  33. "type": "sst.cloudflare.SolidStart"
  34. "url": string
  35. }
  36. "Database": {
  37. "database": string
  38. "host": string
  39. "password": string
  40. "port": number
  41. "type": "sst.sst.Linkable"
  42. "username": string
  43. }
  44. "EMAILOCTOPUS_API_KEY": {
  45. "type": "sst.sst.Secret"
  46. "value": string
  47. }
  48. "GITHUB_APP_ID": {
  49. "type": "sst.sst.Secret"
  50. "value": string
  51. }
  52. "GITHUB_APP_PRIVATE_KEY": {
  53. "type": "sst.sst.Secret"
  54. "value": string
  55. }
  56. "GITHUB_CLIENT_ID_CONSOLE": {
  57. "type": "sst.sst.Secret"
  58. "value": string
  59. }
  60. "GITHUB_CLIENT_SECRET_CONSOLE": {
  61. "type": "sst.sst.Secret"
  62. "value": string
  63. }
  64. "GOOGLE_CLIENT_ID": {
  65. "type": "sst.sst.Secret"
  66. "value": string
  67. }
  68. "HONEYCOMB_API_KEY": {
  69. "type": "sst.sst.Secret"
  70. "value": string
  71. }
  72. "R2AccessKey": {
  73. "type": "sst.sst.Secret"
  74. "value": string
  75. }
  76. "R2SecretKey": {
  77. "type": "sst.sst.Secret"
  78. "value": string
  79. }
  80. "STRIPE_SECRET_KEY": {
  81. "type": "sst.sst.Secret"
  82. "value": string
  83. }
  84. "STRIPE_WEBHOOK_SECRET": {
  85. "type": "sst.sst.Linkable"
  86. "value": string
  87. }
  88. "Teams": {
  89. "type": "sst.cloudflare.SolidStart"
  90. "url": string
  91. }
  92. "Web": {
  93. "type": "sst.cloudflare.Astro"
  94. "url": string
  95. }
  96. "WebApp": {
  97. "type": "sst.cloudflare.StaticSite"
  98. "url": string
  99. }
  100. "ZEN_MODELS1": {
  101. "type": "sst.sst.Secret"
  102. "value": string
  103. }
  104. "ZEN_MODELS2": {
  105. "type": "sst.sst.Secret"
  106. "value": string
  107. }
  108. "ZEN_MODELS3": {
  109. "type": "sst.sst.Secret"
  110. "value": string
  111. }
  112. "ZEN_MODELS4": {
  113. "type": "sst.sst.Secret"
  114. "value": string
  115. }
  116. "ZEN_MODELS5": {
  117. "type": "sst.sst.Secret"
  118. "value": string
  119. }
  120. "ZEN_MODELS6": {
  121. "type": "sst.sst.Secret"
  122. "value": string
  123. }
  124. "ZEN_MODELS7": {
  125. "type": "sst.sst.Secret"
  126. "value": string
  127. }
  128. }
  129. }
  130. // cloudflare
  131. import * as cloudflare from "@cloudflare/workers-types";
  132. declare module "sst" {
  133. export interface Resource {
  134. "Api": cloudflare.Service
  135. "AuthApi": cloudflare.Service
  136. "AuthStorage": cloudflare.KVNamespace
  137. "Bucket": cloudflare.R2Bucket
  138. "EnterpriseStorage": cloudflare.R2Bucket
  139. "GatewayKv": cloudflare.KVNamespace
  140. "LogProcessor": cloudflare.Service
  141. "ZenData": cloudflare.R2Bucket
  142. "ZenDataNew": cloudflare.R2Bucket
  143. }
  144. }
  145. import "sst"
  146. export {}