/**
 * Definition of a 'displayGroup' object in an 'ExcludeGroups' object
 */
export interface ExcludeGroupsDisplayName {
    name: string;
}
