sst-env.d.ts 2.1 KB

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