UNPKG

@shopware-ag/dive

Version:

Shopware Spatial Framework

9 lines (8 loc) 212 B
import { COMEntity } from '../../types'; export default interface GET_OBJECTS { DESCRIPTION: 'Returns a list of objects of given IDs.'; PAYLOAD: { ids: string[]; }; RETURN: COMEntity[]; }