Latest
type alias GroupDescription
import { type GroupDescription } from "https://dotland.deno.dev/x/kafkasaur@v0.0.7/index.d.ts";
definition: { groupId: string; members: MemberDescription[]; protocol: string; protocolType: string; state: ConsumerGroupState; }