export interface AddGroupBean { /** * The name of the group. */ name: string; [x: string]: any; } //# sourceMappingURL=AddGroupBean.d.ts.map