sst-env.d.ts 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. "Api": {
  12. "type": "sst.cloudflare.Worker"
  13. "url": string
  14. }
  15. "Bucket": {
  16. "type": "sst.cloudflare.Bucket"
  17. }
  18. "GITHUB_APP_ID": {
  19. "type": "sst.sst.Secret"
  20. "value": string
  21. }
  22. "GITHUB_APP_PRIVATE_KEY": {
  23. "type": "sst.sst.Secret"
  24. "value": string
  25. }
  26. "GatewayApi": {
  27. "type": "sst.cloudflare.Worker"
  28. "url": string
  29. }
  30. "OPENAI_API_KEY": {
  31. "type": "sst.sst.Secret"
  32. "value": string
  33. }
  34. "OPENCODE_API_KEY": {
  35. "type": "sst.sst.Secret"
  36. "value": string
  37. }
  38. "Web": {
  39. "type": "sst.cloudflare.Astro"
  40. "url": string
  41. }
  42. "ZHIPU_API_KEY": {
  43. "type": "sst.sst.Secret"
  44. "value": string
  45. }
  46. }
  47. }
  48. /// <reference path="sst-env.d.ts" />
  49. import "sst"
  50. export {}