mirror of
https://github.com/sst/opencode.git
synced 2025-08-03 21:28:14 +00:00

Co-authored-by: GitHub Action <action@github.com> Co-authored-by: Liang-Shih Lin <liangshihlin@proton.me> Co-authored-by: Dominik Engelhardt <dominikengelhardt@ymail.com> Co-authored-by: Jay V <air@live.ca> Co-authored-by: adamdottv <2363879+adamdottv@users.noreply.github.com>
24 lines
443 B
TypeScript
24 lines
443 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 {}
|