/** * @public */ export type Group = { id: string; name?: string; };