UNPKG

@shopware-ag/dive

Version:

Shopware Spatial Framework

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