UNPKG

@shopware-ag/dive

Version:

Shopware Spatial Framework

8 lines (6 loc) 225 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>; }