Astro+Directus(Visual-Editing)+Snipcart Test-Stack
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
import { Adapter, AdapterInstance, AdapterOptions } from '../index.mjs';
|
||||
import '../shared/crossws.BQXMA5bH.mjs';
|
||||
|
||||
interface SSEAdapter extends AdapterInstance {
|
||||
fetch(req: Request): Promise<Response>;
|
||||
}
|
||||
interface SSEOptions extends AdapterOptions {
|
||||
bidir?: boolean;
|
||||
}
|
||||
declare const sseAdapter: Adapter<SSEAdapter, SSEOptions>;
|
||||
|
||||
export { sseAdapter as default };
|
||||
export type { SSEAdapter, SSEOptions };
|
||||
Reference in New Issue
Block a user