mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-26 23:04:57 +00:00
Improved types.lua with comprehensive annotations: - user_manager: Added filter/pagination, CRUD operations, bulk actions, module interface - github_tools: Added API config, pagination, stats, failure analysis, log parsing, module interface - social_hub: Added post/comment types, reactions, feed filtering, media handling, module interface - notification_center: Added preferences, delivery channels, toast config, grouping, module interface - irc_webchat: Added channels, presence, commands, connection state, UI components, module interface Each file now includes: - Enumerated type aliases for all string literals - Comprehensive class definitions with field descriptions - Module interface with typed function signatures - UI component type definitions