sst-env.d.ts 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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. AUTH_API_URL: {
  8. type: "sst.sst.Linkable"
  9. value: string
  10. }
  11. Api: {
  12. type: "sst.cloudflare.Worker"
  13. url: string
  14. }
  15. AuthApi: {
  16. type: "sst.cloudflare.Worker"
  17. url: string
  18. }
  19. AuthStorage: {
  20. type: "sst.cloudflare.Kv"
  21. }
  22. Bucket: {
  23. name: string
  24. type: "sst.cloudflare.Bucket"
  25. }
  26. Console: {
  27. type: "sst.cloudflare.SolidStart"
  28. url: string
  29. }
  30. Database: {
  31. database: string
  32. host: string
  33. password: string
  34. port: number
  35. type: "sst.sst.Linkable"
  36. username: string
  37. }
  38. GITHUB_APP_ID: {
  39. type: "sst.sst.Secret"
  40. value: string
  41. }
  42. GITHUB_APP_PRIVATE_KEY: {
  43. type: "sst.sst.Secret"
  44. value: string
  45. }
  46. GITHUB_CLIENT_ID_CONSOLE: {
  47. type: "sst.sst.Secret"
  48. value: string
  49. }
  50. GITHUB_CLIENT_SECRET_CONSOLE: {
  51. type: "sst.sst.Secret"
  52. value: string
  53. }
  54. GOOGLE_CLIENT_ID: {
  55. type: "sst.sst.Secret"
  56. value: string
  57. }
  58. HONEYCOMB_API_KEY: {
  59. type: "sst.sst.Secret"
  60. value: string
  61. }
  62. LogProcessor: {
  63. type: "sst.cloudflare.Worker"
  64. }
  65. STRIPE_SECRET_KEY: {
  66. type: "sst.sst.Secret"
  67. value: string
  68. }
  69. STRIPE_WEBHOOK_SECRET: {
  70. type: "sst.sst.Linkable"
  71. value: string
  72. }
  73. Web: {
  74. type: "sst.cloudflare.Astro"
  75. url: string
  76. }
  77. ZEN_MODELS: {
  78. type: "sst.sst.Secret"
  79. value: string
  80. }
  81. }
  82. }
  83. /// <reference path="sst-env.d.ts" />
  84. import "sst"
  85. export {}