UNPKG

@shopware-ag/dive

Version:

Shopware Spatial Framework

7 lines (6 loc) 255 B
import { 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>; }