opencode/sst-env.d.ts
2025-06-07 23:46:56 -04:00

24 lines
No EOL
458 B
TypeScript

/* This file is auto-generated by SST. Do not edit. */
/* tslint:disable */
/* eslint-disable */
/* deno-fmt-ignore-file */
declare module "sst" {
export interface Resource {
"Api": {
"type": "sst.cloudflare.Worker"
"url": string
}
"Bucket": {
"type": "sst.cloudflare.Bucket"
}
"Web": {
"type": "sst.cloudflare.Astro"
"url": string
}
}
}
/// <reference path="sst-env.d.ts" />
import "sst"
export {}