'/v1/channels.online': {
        GET: (params: ChannelsOnlineProps) => {
            online: Pick<IUser, '_id' | 'username'>[];
        };
    };