sst-env.d.ts 664 B

123456789101112131415161718192021222324252627282930313233
  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. "GITHUB_APP_ID": {
  9. "type": "sst.sst.Secret"
  10. "value": string
  11. }
  12. "GITHUB_APP_PRIVATE_KEY": {
  13. "type": "sst.sst.Secret"
  14. "value": string
  15. }
  16. "Web": {
  17. "type": "sst.cloudflare.Astro"
  18. "url": string
  19. }
  20. }
  21. }
  22. // cloudflare
  23. import * as cloudflare from "@cloudflare/workers-types";
  24. declare module "sst" {
  25. export interface Resource {
  26. "Api": cloudflare.Service
  27. "Bucket": cloudflare.R2Bucket
  28. }
  29. }
  30. import "sst"
  31. export {}