UNPKG

@shopware-ag/dive

Version:

Shopware Spatial Framework

8 lines (6 loc) 261 B
import { type DIVEAROptions } from '../../../ar/AR'; export default interface LAUNCH_AR { DESCRIPTION: 'Launches AR mode in native capabilities. (iOS: AR Quick Look, Android: Google Scene Viewer)'; PAYLOAD?: DIVEAROptions; RETURN: Promise<void>; }