sst-env.d.ts 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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. "STRIPE_SECRET_KEY": {
  67. "type": "sst.sst.Secret"
  68. "value": string
  69. }
  70. "STRIPE_WEBHOOK_SECRET": {
  71. "type": "sst.sst.Linkable"
  72. "value": string
  73. }
  74. "Web": {
  75. "type": "sst.cloudflare.Astro"
  76. "url": string
  77. }
  78. "XAI_API_KEY": {
  79. "type": "sst.sst.Secret"
  80. "value": string
  81. }
  82. }
  83. }
  84. /// <reference path="sst-env.d.ts" />
  85. import "sst"
  86. export {}