Design TypeScript interfaces and types for [FEATURE/DOMAIN]. Domain: [WHAT IT MODELS] Operations: [CRUD/SEARCH/etc.] API format: [REST/GraphQL] Create: - Entity interfaces with JSDoc comments - Union types for status/enums - Generic utility types - API request/response types - Zod validation schemas - Type guards - Discriminated unions where appropriate Follow TypeScript best practices and strict mode compatibility.
Comments
to leave a comment.
No comments yet. Be the first to comment!