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

4 lines
122 B
TypeScript

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