opencode_offline/sst-env.d.ts

24 lines
458 B
TypeScript
Raw Normal View History

2025-05-24 02:17:45 +08:00
/* This file is auto-generated by SST. Do not edit. */
/* tslint:disable */
/* eslint-disable */
/* deno-fmt-ignore-file */
declare module "sst" {
export interface Resource {
2025-06-01 06:42:43 +08:00
"Api": {
"type": "sst.cloudflare.Worker"
"url": string
2025-05-24 02:17:45 +08:00
}
2025-06-01 06:42:43 +08:00
"Bucket": {
"type": "sst.cloudflare.Bucket"
2025-05-24 02:17:45 +08:00
}
2025-06-01 06:42:43 +08:00
"Web": {
2025-06-08 11:46:53 +08:00
"type": "sst.cloudflare.Astro"
2025-06-01 06:42:43 +08:00
"url": string
2025-05-24 02:40:28 +08:00
}
2025-05-24 02:17:45 +08:00
}
}
/// <reference path="sst-env.d.ts" />
import "sst"
2025-06-01 06:42:43 +08:00
export {}