export interface ChatActionsKeepaliveResponse {
    id: number;
    user_id: number;
}
