sst-env.d.ts 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. /* This file is auto-generated by SST. Do not edit. */
  2. /* tslint:disable */
  3. /* eslint-disable */
  4. /* deno-fmt-ignore-file */
  5. import "sst"
  6. declare module "sst" {
  7. export interface Resource {
  8. ADMIN_SECRET: {
  9. type: "sst.sst.Secret"
  10. value: string
  11. }
  12. AUTH_API_URL: {
  13. type: "sst.sst.Linkable"
  14. value: string
  15. }
  16. AWS_SES_ACCESS_KEY_ID: {
  17. type: "sst.sst.Secret"
  18. value: string
  19. }
  20. AWS_SES_SECRET_ACCESS_KEY: {
  21. type: "sst.sst.Secret"
  22. value: string
  23. }
  24. Console: {
  25. type: "sst.cloudflare.SolidStart"
  26. url: string
  27. }
  28. Database: {
  29. database: string
  30. host: string
  31. password: string
  32. port: number
  33. type: "sst.sst.Linkable"
  34. username: string
  35. }
  36. Desktop: {
  37. type: "sst.cloudflare.StaticSite"
  38. url: string
  39. }
  40. EMAILOCTOPUS_API_KEY: {
  41. type: "sst.sst.Secret"
  42. value: string
  43. }
  44. GITHUB_APP_ID: {
  45. type: "sst.sst.Secret"
  46. value: string
  47. }
  48. GITHUB_APP_PRIVATE_KEY: {
  49. type: "sst.sst.Secret"
  50. value: string
  51. }
  52. GITHUB_CLIENT_ID_CONSOLE: {
  53. type: "sst.sst.Secret"
  54. value: string
  55. }
  56. GITHUB_CLIENT_SECRET_CONSOLE: {
  57. type: "sst.sst.Secret"
  58. value: string
  59. }
  60. GOOGLE_CLIENT_ID: {
  61. type: "sst.sst.Secret"
  62. value: string
  63. }
  64. HONEYCOMB_API_KEY: {
  65. type: "sst.sst.Secret"
  66. value: string
  67. }
  68. STRIPE_SECRET_KEY: {
  69. type: "sst.sst.Secret"
  70. value: string
  71. }
  72. STRIPE_WEBHOOK_SECRET: {
  73. type: "sst.sst.Linkable"
  74. value: string
  75. }
  76. Web: {
  77. type: "sst.cloudflare.Astro"
  78. url: string
  79. }
  80. ZEN_MODELS1: {
  81. type: "sst.sst.Secret"
  82. value: string
  83. }
  84. ZEN_MODELS2: {
  85. type: "sst.sst.Secret"
  86. value: string
  87. }
  88. }
  89. }
  90. // cloudflare
  91. import * as cloudflare from "@cloudflare/workers-types"
  92. declare module "sst" {
  93. export interface Resource {
  94. Api: cloudflare.Service
  95. AuthApi: cloudflare.Service
  96. AuthStorage: cloudflare.KVNamespace
  97. Bucket: cloudflare.R2Bucket
  98. LogProcessor: cloudflare.Service
  99. }
  100. }
  101. import "sst"
  102. export {}