Interface for messages sent from the application to the Basic Metabox API.
What does it unlock?
Defines payload structures for different types of outgoing messages to MetaBox. Contains data models for various command parameters.
Practical Application
Payload type definitions for all outgoing command types. Defines required and optional fields per command.
Essential TypeScript reference for type-safe command construction.
AI Coding Best Practices
Use as TypeScript type reference for proper typing when building dynamic command dispatchers.
Each key corresponds to a command name and its value defines the expected payload structure.
Interface for messages sent from the application to the Basic Metabox API.
What does it unlock?
Defines payload structures for different types of outgoing messages to MetaBox. Contains data models for various command parameters.
Practical Application
Payload type definitions for all outgoing command types. Defines required and optional fields per command. Essential TypeScript reference for type-safe command construction.
AI Coding Best Practices
Use as TypeScript type reference for proper typing when building dynamic command dispatchers. Each key corresponds to a command name and its value defines the expected payload structure.