export interface AddGroup { /** The name of the group. */ name: string; }