sst-env.d.ts 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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. "type": "sst.cloudflare.Bucket"
  28. }
  29. "Console": {
  30. "type": "sst.cloudflare.StaticSite"
  31. "url": string
  32. }
  33. "DATABASE_PASSWORD": {
  34. "type": "sst.sst.Secret"
  35. "value": string
  36. }
  37. "DATABASE_USERNAME": {
  38. "type": "sst.sst.Secret"
  39. "value": string
  40. }
  41. "Database": {
  42. "database": string
  43. "host": string
  44. "password": string
  45. "port": number
  46. "type": "sst.sst.Linkable"
  47. "username": string
  48. }
  49. "GITHUB_APP_ID": {
  50. "type": "sst.sst.Secret"
  51. "value": string
  52. }
  53. "GITHUB_APP_PRIVATE_KEY": {
  54. "type": "sst.sst.Secret"
  55. "value": string
  56. }
  57. "GITHUB_CLIENT_ID_CONSOLE": {
  58. "type": "sst.sst.Secret"
  59. "value": string
  60. }
  61. "GITHUB_CLIENT_SECRET_CONSOLE": {
  62. "type": "sst.sst.Secret"
  63. "value": string
  64. }
  65. "GatewayApi": {
  66. "type": "sst.cloudflare.Worker"
  67. "url": string
  68. }
  69. "OPENAI_API_KEY": {
  70. "type": "sst.sst.Secret"
  71. "value": string
  72. }
  73. "STRIPE_SECRET_KEY": {
  74. "type": "sst.sst.Secret"
  75. "value": string
  76. }
  77. "STRIPE_WEBHOOK_SECRET": {
  78. "type": "sst.sst.Linkable"
  79. "value": string
  80. }
  81. "Web": {
  82. "type": "sst.cloudflare.Astro"
  83. "url": string
  84. }
  85. "ZHIPU_API_KEY": {
  86. "type": "sst.sst.Secret"
  87. "value": string
  88. }
  89. }
  90. }
  91. /// <reference path="sst-env.d.ts" />
  92. import "sst"
  93. export {}