UNPKG

@shopware-ag/dive

Version:

Shopware Spatial Framework

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