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

4 lines
112 B
TypeScript

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