sst-env.d.ts 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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. "BASETEN_API_KEY": {
  27. "type": "sst.sst.Secret"
  28. "value": string
  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. "GITHUB_APP_ID": {
  47. "type": "sst.sst.Secret"
  48. "value": string
  49. }
  50. "GITHUB_APP_PRIVATE_KEY": {
  51. "type": "sst.sst.Secret"
  52. "value": string
  53. }
  54. "GITHUB_CLIENT_ID_CONSOLE": {
  55. "type": "sst.sst.Secret"
  56. "value": string
  57. }
  58. "GITHUB_CLIENT_SECRET_CONSOLE": {
  59. "type": "sst.sst.Secret"
  60. "value": string
  61. }
  62. "GOOGLE_CLIENT_ID": {
  63. "type": "sst.sst.Secret"
  64. "value": string
  65. }
  66. "HONEYCOMB_API_KEY": {
  67. "type": "sst.sst.Secret"
  68. "value": string
  69. }
  70. "LogProcessor": {
  71. "type": "sst.cloudflare.Worker"
  72. }
  73. "OPENAI_API_KEY": {
  74. "type": "sst.sst.Secret"
  75. "value": string
  76. }
  77. "STRIPE_SECRET_KEY": {
  78. "type": "sst.sst.Secret"
  79. "value": string
  80. }
  81. "STRIPE_WEBHOOK_SECRET": {
  82. "type": "sst.sst.Linkable"
  83. "value": string
  84. }
  85. "Web": {
  86. "type": "sst.cloudflare.Astro"
  87. "url": string
  88. }
  89. "XAI_API_KEY": {
  90. "type": "sst.sst.Secret"
  91. "value": string
  92. }
  93. }
  94. }
  95. /// <reference path="sst-env.d.ts" />
  96. import "sst"
  97. export {}