UNPKG

@shopware-ag/dive

Version:

Shopware Spatial Framework

6 lines (5 loc) 169 B
export default interface DROP_IT { DESCRIPTION: 'Places an object on top of an underlying object or the floor.'; PAYLOAD: { id: string }; RETURN: boolean; }