UNPKG

@shopware-ag/dive

Version:

Shopware Spatial Framework

6 lines (5 loc) 145 B
export default interface PLACE_ON_FLOOR { DESCRIPTION: 'Places an object on the floor.'; PAYLOAD: { id: string }; RETURN: boolean; }