/**
* Definition of the format of the exclude groups parameter
* using in the constructor of a WebserviceProvider
*/import { ExcludeGroupsDisplayName } from"./excludeGroupsDisplayName";
exportinterfaceExcludeGroups {
displayGroups: ExcludeGroupsDisplayName[];
}