UNPKG

@shopware-ag/dive

Version:

Shopware Spatial Framework

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