UNPKG

@shopware-ag/dive

Version:

Shopware Spatial Framework

7 lines (6 loc) 224 B
import { COMEntity } from '../../types'; export default interface GET_ALL_OBJECTS { readonly DESCRIPTION: 'Retrieves all objects in the scene.'; PAYLOAD: Map<string, COMEntity>; RETURN: Map<string, COMEntity>; }