This commit is contained in:
2025-04-15 10:20:30 +02:00
parent 1681da3cdc
commit ca1edfe842
8 changed files with 137 additions and 3 deletions

1
src/app/signal/User.ts Normal file
View File

@ -0,0 +1 @@
export type User = { id: number, name: string, age: number };