feat: trpc integration

This commit is contained in:
2023-07-02 23:17:04 -03:00
parent c67dead763
commit d155350636
12 changed files with 61 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
interface User {
export interface User {
id: string;
name: string;
}