type alias SyncIteratorimport { type SyncIterator } from "https://deno.land/x/natsws@v1.28.0/src/nats-base-client.ts"; Type ParametersTdefinition: { next(): Promise<T | null>; }