mirror of
https://github.com/sst/opencode.git
synced 2025-07-22 23:35:01 +00:00
33 lines
No EOL
664 B
TypeScript
33 lines
No EOL
664 B
TypeScript
/* 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 {} |