sst-env.d.ts 1.9 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. import "sst"
  6. declare module "sst" {
  7. export interface Resource {
  8. "ANTHROPIC_API_KEY": {
  9. "type": "sst.sst.Secret"
  10. "value": string
  11. }
  12. "AUTH_API_URL": {
  13. "type": "sst.sst.Linkable"
  14. "value": string
  15. }
  16. "Console": {
  17. "type": "sst.cloudflare.StaticSite"
  18. "url": string
  19. }
  20. "DATABASE_PASSWORD": {
  21. "type": "sst.sst.Secret"
  22. "value": string
  23. }
  24. "DATABASE_USERNAME": {
  25. "type": "sst.sst.Secret"
  26. "value": string
  27. }
  28. "Database": {
  29. "database": string
  30. "host": string
  31. "password": string
  32. "port": number
  33. "type": "sst.sst.Linkable"
  34. "username": string
  35. }
  36. "GITHUB_APP_ID": {
  37. "type": "sst.sst.Secret"
  38. "value": string
  39. }
  40. "GITHUB_APP_PRIVATE_KEY": {
  41. "type": "sst.sst.Secret"
  42. "value": string
  43. }
  44. "GITHUB_CLIENT_ID_CONSOLE": {
  45. "type": "sst.sst.Secret"
  46. "value": string
  47. }
  48. "GITHUB_CLIENT_SECRET_CONSOLE": {
  49. "type": "sst.sst.Secret"
  50. "value": string
  51. }
  52. "OPENAI_API_KEY": {
  53. "type": "sst.sst.Secret"
  54. "value": string
  55. }
  56. "STRIPE_SECRET_KEY": {
  57. "type": "sst.sst.Secret"
  58. "value": string
  59. }
  60. "STRIPE_WEBHOOK_SECRET": {
  61. "type": "sst.sst.Linkable"
  62. "value": string
  63. }
  64. "Web": {
  65. "type": "sst.cloudflare.Astro"
  66. "url": string
  67. }
  68. "ZHIPU_API_KEY": {
  69. "type": "sst.sst.Secret"
  70. "value": string
  71. }
  72. }
  73. }
  74. // cloudflare
  75. import * as cloudflare from "@cloudflare/workers-types";
  76. declare module "sst" {
  77. export interface Resource {
  78. "Api": cloudflare.Service
  79. "AuthApi": cloudflare.Service
  80. "AuthStorage": cloudflare.KVNamespace
  81. "Bucket": cloudflare.R2Bucket
  82. "GatewayApi": cloudflare.Service
  83. }
  84. }
  85. import "sst"
  86. export {}