cloudaxe-opencode/sst-env.d.ts

25 lines
443 B
TypeScript
Raw Normal View History

2025-05-23 18:17:45 +00: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 {
Api: {
type: "sst.cloudflare.Worker"
url: string
2025-05-23 18:17:45 +00:00
}
Bucket: {
type: "sst.cloudflare.Bucket"
2025-05-23 18:17:45 +00:00
}
Web: {
type: "sst.cloudflare.Astro"
url: string
2025-05-23 18:40:28 +00:00
}
2025-05-23 18:17:45 +00:00
}
}
/// <reference path="sst-env.d.ts" />
import "sst"
export {}