UNPKG

@shopware-ag/dive

Version:

Shopware Spatial Framework

7 lines (6 loc) 175 B
import { COMEntity } from '../../types'; export default interface ADD_OBJECT { DESCRIPTION: 'Adds an object to the scene.'; PAYLOAD: COMEntity; RETURN: boolean; }