/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface GroupCreate { type: "group"; id?: string; [x: string]: any; } //# sourceMappingURL=GroupCreate.d.ts.map