/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface GroupName { name: string; } //# sourceMappingURL=GroupName.d.ts.map