sst-env.d.ts 2.4 KB

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