/** * This is auto-generated file, don't modify this file manually */ import { GroupsLongPollEvents } from './GroupsLongPollEvents'; export interface GroupsCallbackSettings { /** * API version used for the events */ api_version?: string; events?: GroupsLongPollEvents; }