UNPKG

@xano/js-sdk

Version:

Xano JavaScript SDK

3 lines 192 B
import { XanoEventStream } from "../models/event-stream"; export type XanoStreamingCallback = (eventStream: XanoEventStream) => void; //# sourceMappingURL=xano-streaming-callback.type.d.ts.map