prasi-bun/app/srv/ws/sync/actions/comp_undo.ts

4 lines
122 B
TypeScript

import { SyncConnection } from "../type";
export const comp_undo = async function (this: SyncConnection, id: string) {};