UNPKG

@shopware-ag/dive

Version:

Shopware Spatial Framework

9 lines (8 loc) 205 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; }