UNPKG

@shopware-ag/dive

Version:

Shopware Spatial Framework

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