mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-31 14:22:27 +00:00
Co-authored-by: GitHub Action <action@github.com> Co-authored-by: Dax Raad <d@ironbay.co>
6 lines
142 B
TypeScript
6 lines
142 B
TypeScript
/// <reference types="@solidjs/start/env" />
|
|
|
|
export declare module "@solidjs/start/server" {
|
|
export type APIEvent = { request: Request }
|
|
}
|