remove signal r to infra

This commit is contained in:
Peter Maquiran
2024-08-27 11:00:32 +01:00
parent c59abb7e04
commit 91a7e5f516
15 changed files with 24 additions and 28 deletions
@@ -0,0 +1,9 @@
import { z } from "zod"
const e = z.object({})
export class SocketOnConnectUseCase {
constructor() {}
execute() {}
}