UNPKG

@shopware-ag/dive

Version:

Shopware Spatial Framework

6 lines (5 loc) 149 B
export default interface MODEL_LOADED { DESCRIPTION: 'Is triggered when a model is loaded.'; PAYLOAD: { id: string }; RETURN: boolean; }