UNPKG

weaviate-client

Version:
10 lines (9 loc) 182 B
export interface GroupArgs { type: string; force: number; } export default class GraphQLGroup { private args; constructor(args: GroupArgs); toString(): string; }