UNPKG

@shopware-ag/dive

Version:

Shopware Spatial Framework

6 lines (5 loc) 165 B
export default interface SET_BACKGROUND { DESCRIPTION: 'Set the background color of the scene.'; PAYLOAD: { color: string | number }; RETURN: boolean; }