UNPKG

@shopware-ag/dive

Version:

Shopware Spatial Framework

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