UNPKG

@shopware-ag/dive

Version:

Shopware Spatial Framework

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