UNPKG

@shopware-ag/dive

Version:

Shopware Spatial Framework

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