UNPKG

@shopware-ag/dive

Version:

Shopware Spatial Framework

6 lines (5 loc) 184 B
export default interface ZOOM_CAMERA { DESCRIPTION: 'Zooms the camera in or out by a certain amount.'; PAYLOAD: { direction: 'IN' | 'OUT'; by: number }; RETURN: boolean; }