import { SAction } from "../actions";
import { SyncConnection } from "../type";
export const activity: SAction["activity"] = async function (
this: SyncConnection,
target,
kind,
act
) {};