sst-env.d.ts 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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. type: "sst.cloudflare.Kv"
  33. }
  34. Bucket: {
  35. name: string
  36. type: "sst.cloudflare.Bucket"
  37. }
  38. Console: {
  39. type: "sst.cloudflare.SolidStart"
  40. url: string
  41. }
  42. Database: {
  43. database: string
  44. host: string
  45. password: string
  46. port: number
  47. type: "sst.sst.Linkable"
  48. username: string
  49. }
  50. Desktop: {
  51. type: "sst.cloudflare.StaticSite"
  52. url: string
  53. }
  54. EMAILOCTOPUS_API_KEY: {
  55. type: "sst.sst.Secret"
  56. value: string
  57. }
  58. GITHUB_APP_ID: {
  59. type: "sst.sst.Secret"
  60. value: string
  61. }
  62. GITHUB_APP_PRIVATE_KEY: {
  63. type: "sst.sst.Secret"
  64. value: string
  65. }
  66. GITHUB_CLIENT_ID_CONSOLE: {
  67. type: "sst.sst.Secret"
  68. value: string
  69. }
  70. GITHUB_CLIENT_SECRET_CONSOLE: {
  71. type: "sst.sst.Secret"
  72. value: string
  73. }
  74. GOOGLE_CLIENT_ID: {
  75. type: "sst.sst.Secret"
  76. value: string
  77. }
  78. HONEYCOMB_API_KEY: {
  79. type: "sst.sst.Secret"
  80. value: string
  81. }
  82. LogProcessor: {
  83. type: "sst.cloudflare.Worker"
  84. }
  85. STRIPE_SECRET_KEY: {
  86. type: "sst.sst.Secret"
  87. value: string
  88. }
  89. STRIPE_WEBHOOK_SECRET: {
  90. type: "sst.sst.Linkable"
  91. value: string
  92. }
  93. Web: {
  94. type: "sst.cloudflare.Astro"
  95. url: string
  96. }
  97. ZEN_MODELS1: {
  98. type: "sst.sst.Secret"
  99. value: string
  100. }
  101. ZEN_MODELS2: {
  102. type: "sst.sst.Secret"
  103. value: string
  104. }
  105. }
  106. }
  107. /// <reference path="sst-env.d.ts" />
  108. import "sst"
  109. export {}