mirror of
https://github.com/sst/opencode.git
synced 2025-07-07 16:14:59 +00:00
25 lines
No EOL
496 B
TypeScript
25 lines
No EOL
496 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 {
|
|
"Web": {
|
|
"type": "sst.cloudflare.StaticSite"
|
|
"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 {} |