Skip to content

docs: add JSDoc comments to types/index.ts (Fixes #9)#32

Open
clawwoo2026 wants to merge 1 commit intoanxkhn:mainfrom
clawwoo2026:main
Open

docs: add JSDoc comments to types/index.ts (Fixes #9)#32
clawwoo2026 wants to merge 1 commit intoanxkhn:mainfrom
clawwoo2026:main

Conversation

@clawwoo2026
Copy link
Copy Markdown

Summary

Adds comprehensive JSDoc documentation to all type definitions.

Changes

  • EventStatus and EventCategory documented
  • Event interface: 18 properties documented
  • EventFormData interface: 13 properties documented
  • ApiError, PaginatedResponse, EventFilters, SortOptions documented

Fixes #9

- Add comprehensive JSDoc documentation to all type definitions
- Document EventStatus and EventCategory type unions
- Add property-level documentation for Event interface
- Add property-level documentation for EventFormData interface
- Document ApiError, PaginatedResponse, EventFilters, and SortOptions
- Follow TSDoc format with proper @template tags where applicable

This improves developer experience when using TypeScript intellisense
and helps new contributors understand the data structures.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: add JSDoc comments to types/index.ts

1 participant