sst-env.d.ts 3.2 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. "Database": {
  52. "database": string
  53. "host": string
  54. "password": string
  55. "port": number
  56. "type": "sst.sst.Linkable"
  57. "username": string
  58. }
  59. "Desktop": {
  60. "type": "sst.cloudflare.StaticSite"
  61. "url": string
  62. }
  63. "EMAILOCTOPUS_API_KEY": {
  64. "type": "sst.sst.Secret"
  65. "value": string
  66. }
  67. "EnterpriseStorage": {
  68. "name": string
  69. "type": "sst.cloudflare.Bucket"
  70. }
  71. "GITHUB_APP_ID": {
  72. "type": "sst.sst.Secret"
  73. "value": string
  74. }
  75. "GITHUB_APP_PRIVATE_KEY": {
  76. "type": "sst.sst.Secret"
  77. "value": string
  78. }
  79. "GITHUB_CLIENT_ID_CONSOLE": {
  80. "type": "sst.sst.Secret"
  81. "value": string
  82. }
  83. "GITHUB_CLIENT_SECRET_CONSOLE": {
  84. "type": "sst.sst.Secret"
  85. "value": string
  86. }
  87. "GOOGLE_CLIENT_ID": {
  88. "type": "sst.sst.Secret"
  89. "value": string
  90. }
  91. "GatewayKv": {
  92. "namespaceId": string
  93. "type": "sst.cloudflare.Kv"
  94. }
  95. "HONEYCOMB_API_KEY": {
  96. "type": "sst.sst.Secret"
  97. "value": string
  98. }
  99. "LogProcessor": {
  100. "type": "sst.cloudflare.Worker"
  101. }
  102. "R2AccessKey": {
  103. "type": "sst.sst.Secret"
  104. "value": string
  105. }
  106. "R2SecretKey": {
  107. "type": "sst.sst.Secret"
  108. "value": string
  109. }
  110. "STRIPE_SECRET_KEY": {
  111. "type": "sst.sst.Secret"
  112. "value": string
  113. }
  114. "STRIPE_WEBHOOK_SECRET": {
  115. "type": "sst.sst.Linkable"
  116. "value": string
  117. }
  118. "Teams": {
  119. "type": "sst.cloudflare.SolidStart"
  120. "url": string
  121. }
  122. "Web": {
  123. "type": "sst.cloudflare.Astro"
  124. "url": string
  125. }
  126. "ZEN_MODELS1": {
  127. "type": "sst.sst.Secret"
  128. "value": string
  129. }
  130. "ZEN_MODELS2": {
  131. "type": "sst.sst.Secret"
  132. "value": string
  133. }
  134. "ZEN_MODELS3": {
  135. "type": "sst.sst.Secret"
  136. "value": string
  137. }
  138. "ZEN_MODELS4": {
  139. "type": "sst.sst.Secret"
  140. "value": string
  141. }
  142. "ZEN_MODELS5": {
  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 {}