sst-env.d.ts 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. "GITHUB_APP_ID": {
  13. "type": "sst.sst.Secret"
  14. "value": string
  15. }
  16. "GITHUB_APP_PRIVATE_KEY": {
  17. "type": "sst.sst.Secret"
  18. "value": string
  19. }
  20. "OPENAI_API_KEY": {
  21. "type": "sst.sst.Secret"
  22. "value": string
  23. }
  24. "OPENCODE_API_KEY": {
  25. "type": "sst.sst.Secret"
  26. "value": string
  27. }
  28. "Web": {
  29. "type": "sst.cloudflare.Astro"
  30. "url": string
  31. }
  32. "ZHIPU_API_KEY": {
  33. "type": "sst.sst.Secret"
  34. "value": string
  35. }
  36. }
  37. }
  38. // cloudflare
  39. import * as cloudflare from "@cloudflare/workers-types";
  40. declare module "sst" {
  41. export interface Resource {
  42. "Api": cloudflare.Service
  43. "Bucket": cloudflare.R2Bucket
  44. "GatewayApi": cloudflare.Service
  45. }
  46. }
  47. import "sst"
  48. export {}