UNPKG

@shopware-ag/dive

Version:

Shopware Spatial Framework

9 lines (8 loc) 222 B
import { COMEntity } from '../../types'; export default interface DELETE_OBJECT { DESCRIPTION: 'Deletes an object from the scene.'; PAYLOAD: Partial<COMEntity> & { id: string; }; RETURN: boolean; }