import { UserListOptions } from './UserListOptions';
export interface GroupListOptions extends UserListOptions {
}
