Skip to content

PersistentAI API Documentation / @persistentai/fireflow-types / MultiChannelSchema

Variable: MultiChannelSchema

const MultiChannelSchema: ZodObject<{ buffer: ZodArray<ZodAny, "many">; isClosed: ZodBoolean; }, "strip", ZodTypeAny, { buffer: any[]; isClosed: boolean; }, { buffer: any[]; isClosed: boolean; }>

Defined in: packages/fireflow-types/src/utils/multi-channel.ts:12

Licensed under BUSL-1.1