| 123456789101112131415161718192021222324252627282930313233 |
- /* This file is auto-generated by SST. Do not edit. */
- /* tslint:disable */
- /* eslint-disable */
- /* deno-fmt-ignore-file */
- import "sst"
- declare module "sst" {
- export interface Resource {
- "GITHUB_APP_ID": {
- "type": "sst.sst.Secret"
- "value": string
- }
- "GITHUB_APP_PRIVATE_KEY": {
- "type": "sst.sst.Secret"
- "value": string
- }
- "Web": {
- "type": "sst.cloudflare.Astro"
- "url": string
- }
- }
- }
- // cloudflare
- import * as cloudflare from "@cloudflare/workers-types";
- declare module "sst" {
- export interface Resource {
- "Api": cloudflare.Service
- "Bucket": cloudflare.R2Bucket
- }
- }
- import "sst"
- export {}
|