UNPKG

@shopware-ag/dive

Version:

Shopware Spatial Framework

6 lines (5 loc) 172 B
export default interface SET_CAMERA_LAYER { DESCRIPTION: 'Sets the camera layer to a certain layer.'; PAYLOAD: { layer: 'LIVE' | 'EDITOR' }; RETURN: boolean; }