If something comes from backend and is zod validated, don't have another Interface / Type for this, but only use the infered types. 1. Interfaces / Types for Frontend only 2. Zod `z.infer<typeof >` for all data coming from backend 3. Clean-up type naming
If something comes from backend and is zod validated, don't have another Interface / Type for this, but only use the infered types.
z.infer<typeof >for all data coming from backend