sst-env.d.ts 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  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. "DISCORD_SUPPORT_BOT_TOKEN": {
  37. "type": "sst.sst.Secret"
  38. "value": string
  39. }
  40. "DISCORD_SUPPORT_CHANNEL_ID": {
  41. "type": "sst.sst.Secret"
  42. "value": string
  43. }
  44. "Database": {
  45. "database": string
  46. "host": string
  47. "password": string
  48. "port": number
  49. "type": "sst.sst.Linkable"
  50. "username": string
  51. }
  52. "EMAILOCTOPUS_API_KEY": {
  53. "type": "sst.sst.Secret"
  54. "value": string
  55. }
  56. "FEISHU_APP_ID": {
  57. "type": "sst.sst.Secret"
  58. "value": string
  59. }
  60. "FEISHU_APP_SECRET": {
  61. "type": "sst.sst.Secret"
  62. "value": string
  63. }
  64. "GITHUB_APP_ID": {
  65. "type": "sst.sst.Secret"
  66. "value": string
  67. }
  68. "GITHUB_APP_PRIVATE_KEY": {
  69. "type": "sst.sst.Secret"
  70. "value": string
  71. }
  72. "GITHUB_CLIENT_ID_CONSOLE": {
  73. "type": "sst.sst.Secret"
  74. "value": string
  75. }
  76. "GITHUB_CLIENT_SECRET_CONSOLE": {
  77. "type": "sst.sst.Secret"
  78. "value": string
  79. }
  80. "GOOGLE_CLIENT_ID": {
  81. "type": "sst.sst.Secret"
  82. "value": string
  83. }
  84. "HONEYCOMB_API_KEY": {
  85. "type": "sst.sst.Secret"
  86. "value": string
  87. }
  88. "R2AccessKey": {
  89. "type": "sst.sst.Secret"
  90. "value": string
  91. }
  92. "R2SecretKey": {
  93. "type": "sst.sst.Secret"
  94. "value": string
  95. }
  96. "STRIPE_PUBLISHABLE_KEY": {
  97. "type": "sst.sst.Secret"
  98. "value": string
  99. }
  100. "STRIPE_SECRET_KEY": {
  101. "type": "sst.sst.Secret"
  102. "value": string
  103. }
  104. "STRIPE_WEBHOOK_SECRET": {
  105. "type": "sst.sst.Linkable"
  106. "value": string
  107. }
  108. "Teams": {
  109. "type": "sst.cloudflare.SolidStart"
  110. "url": string
  111. }
  112. "Web": {
  113. "type": "sst.cloudflare.Astro"
  114. "url": string
  115. }
  116. "WebApp": {
  117. "type": "sst.cloudflare.StaticSite"
  118. "url": string
  119. }
  120. "ZEN_BLACK": {
  121. "type": "sst.sst.Secret"
  122. "value": string
  123. }
  124. "ZEN_MODELS1": {
  125. "type": "sst.sst.Secret"
  126. "value": string
  127. }
  128. "ZEN_MODELS2": {
  129. "type": "sst.sst.Secret"
  130. "value": string
  131. }
  132. "ZEN_MODELS3": {
  133. "type": "sst.sst.Secret"
  134. "value": string
  135. }
  136. "ZEN_MODELS4": {
  137. "type": "sst.sst.Secret"
  138. "value": string
  139. }
  140. "ZEN_MODELS5": {
  141. "type": "sst.sst.Secret"
  142. "value": string
  143. }
  144. "ZEN_MODELS6": {
  145. "type": "sst.sst.Secret"
  146. "value": string
  147. }
  148. "ZEN_MODELS7": {
  149. "type": "sst.sst.Secret"
  150. "value": string
  151. }
  152. "ZEN_MODELS8": {
  153. "type": "sst.sst.Secret"
  154. "value": string
  155. }
  156. "ZEN_SESSION_SECRET": {
  157. "type": "sst.sst.Secret"
  158. "value": string
  159. }
  160. }
  161. }
  162. // cloudflare
  163. import * as cloudflare from "@cloudflare/workers-types";
  164. declare module "sst" {
  165. export interface Resource {
  166. "Api": cloudflare.Service
  167. "AuthApi": cloudflare.Service
  168. "AuthStorage": cloudflare.KVNamespace
  169. "Bucket": cloudflare.R2Bucket
  170. "EnterpriseStorage": cloudflare.R2Bucket
  171. "GatewayKv": cloudflare.KVNamespace
  172. "LogProcessor": cloudflare.Service
  173. "ZenData": cloudflare.R2Bucket
  174. "ZenDataNew": cloudflare.R2Bucket
  175. }
  176. }
  177. import "sst"
  178. export {}