/** * This is auto-generated file, don't modify this file manually */ /** * Type of online status of group */ export declare type GroupsOnlineStatusType = 'none' | 'online' | 'answer_mark';