interface Actor { /** The system-specific data */ system: any; }; interface Item { /** The system-specific data */ system: any; };