UNPKG

@shopware-ag/dive

Version:

Shopware Spatial Framework

8 lines (6 loc) 199 B
import { DIVESceneData } from '../../../types'; export default interface GET_ALL_SCENE_DATA { DESCRIPTION: 'Retrieves all current scene data.'; PAYLOAD: object; RETURN: DIVESceneData; }