sst-env.d.ts 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  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. "Enterprise": {
  68. "type": "sst.cloudflare.SolidStart"
  69. "url": string
  70. }
  71. "EnterpriseStorage": {
  72. "name": string
  73. "type": "sst.cloudflare.Bucket"
  74. }
  75. "GITHUB_APP_ID": {
  76. "type": "sst.sst.Secret"
  77. "value": string
  78. }
  79. "GITHUB_APP_PRIVATE_KEY": {
  80. "type": "sst.sst.Secret"
  81. "value": string
  82. }
  83. "GITHUB_CLIENT_ID_CONSOLE": {
  84. "type": "sst.sst.Secret"
  85. "value": string
  86. }
  87. "GITHUB_CLIENT_SECRET_CONSOLE": {
  88. "type": "sst.sst.Secret"
  89. "value": string
  90. }
  91. "GOOGLE_CLIENT_ID": {
  92. "type": "sst.sst.Secret"
  93. "value": string
  94. }
  95. "GatewayKv": {
  96. "namespaceId": string
  97. "type": "sst.cloudflare.Kv"
  98. }
  99. "HONEYCOMB_API_KEY": {
  100. "type": "sst.sst.Secret"
  101. "value": string
  102. }
  103. "LogProcessor": {
  104. "type": "sst.cloudflare.Worker"
  105. }
  106. "R2AccessKey": {
  107. "type": "sst.sst.Secret"
  108. "value": string
  109. }
  110. "R2SecretKey": {
  111. "type": "sst.sst.Secret"
  112. "value": string
  113. }
  114. "STRIPE_SECRET_KEY": {
  115. "type": "sst.sst.Secret"
  116. "value": string
  117. }
  118. "STRIPE_WEBHOOK_SECRET": {
  119. "type": "sst.sst.Linkable"
  120. "value": 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. "ZenData": {
  143. "name": string
  144. "type": "sst.cloudflare.Bucket"
  145. }
  146. }
  147. }
  148. /// <reference path="sst-env.d.ts" />
  149. import "sst"
  150. export {}