UNPKG

@shopware-ag/dive

Version:

Shopware Spatial Framework

6 lines (5 loc) 173 B
export default interface RESET_CAMERA { DESCRIPTION: 'Reset the camera to its initial position and rotation.'; PAYLOAD: { duration: number }; RETURN: boolean; }