sst-env.d.ts 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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. "ANTHROPIC_API_KEY": {
  8. "type": "sst.sst.Secret"
  9. "value": string
  10. }
  11. "AUTH_API_URL": {
  12. "type": "sst.sst.Linkable"
  13. "value": string
  14. }
  15. "Api": {
  16. "type": "sst.cloudflare.Worker"
  17. "url": string
  18. }
  19. "AuthApi": {
  20. "type": "sst.cloudflare.Worker"
  21. "url": string
  22. }
  23. "AuthStorage": {
  24. "type": "sst.cloudflare.Kv"
  25. }
  26. "Bucket": {
  27. "name": string
  28. "type": "sst.cloudflare.Bucket"
  29. }
  30. "Console": {
  31. "type": "sst.cloudflare.SolidStart"
  32. "url": string
  33. }
  34. "DATABASE_PASSWORD": {
  35. "type": "sst.sst.Secret"
  36. "value": string
  37. }
  38. "DATABASE_USERNAME": {
  39. "type": "sst.sst.Secret"
  40. "value": 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. "GITHUB_APP_ID": {
  51. "type": "sst.sst.Secret"
  52. "value": string
  53. }
  54. "GITHUB_APP_PRIVATE_KEY": {
  55. "type": "sst.sst.Secret"
  56. "value": string
  57. }
  58. "GITHUB_CLIENT_ID_CONSOLE": {
  59. "type": "sst.sst.Secret"
  60. "value": string
  61. }
  62. "GITHUB_CLIENT_SECRET_CONSOLE": {
  63. "type": "sst.sst.Secret"
  64. "value": string
  65. }
  66. "GOOGLE_CLIENT_ID": {
  67. "type": "sst.sst.Secret"
  68. "value": string
  69. }
  70. "GatewayApi": {
  71. "type": "sst.cloudflare.Worker"
  72. "url": string
  73. }
  74. "OPENAI_API_KEY": {
  75. "type": "sst.sst.Secret"
  76. "value": string
  77. }
  78. "STRIPE_SECRET_KEY": {
  79. "type": "sst.sst.Secret"
  80. "value": string
  81. }
  82. "STRIPE_WEBHOOK_SECRET": {
  83. "type": "sst.sst.Linkable"
  84. "value": string
  85. }
  86. "Web": {
  87. "type": "sst.cloudflare.Astro"
  88. "url": string
  89. }
  90. "ZHIPU_API_KEY": {
  91. "type": "sst.sst.Secret"
  92. "value": string
  93. }
  94. }
  95. }
  96. /// <reference path="sst-env.d.ts" />
  97. import "sst"
  98. export {}