UNPKG

@shopware-ag/dive

Version:

Shopware Spatial Framework

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