UNPKG

@shopware-ag/dive

Version:

Shopware Spatial Framework

9 lines (8 loc) 216 B
import { COMEntity } from '../../types'; export default interface SELECT_OBJECT { DESCRIPTION: 'Selects an existing object.'; PAYLOAD: Partial<COMEntity> & { id: string; }; RETURN: boolean; }