type alias CreateGroupDataimport { type CreateGroupData } from "https://dotland.deno.dev/x/wmill@v1.423.1/gen/types.gen.ts"; definition: { requestBody: { name: string; summary?: string; }; workspace: string; }