sst-env.d.ts 3.0 KB

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