Embedding API Reference / Modules / types / <internal>
# Module: <internal>
# Table of contents
# Interfaces
# Type Aliases
# Type Aliases
# CustomTutorialPlatform
Ƭ CustomTutorialPlatform: "desktop" | "mobile"
# Defined in
src/common/utils/types.ts:180 (opens new window)
# CustomTutorialScope
Ƭ CustomTutorialScope: "room-designer" | "configurator"
# Defined in
src/common/utils/types.ts:178 (opens new window)
# TutorialData
Ƭ TutorialData: { en: CustomTutorialTranslation ; platform?: CustomTutorialPlatform ; scope?: CustomTutorialScope } & { [key: string]: CustomTutorialTranslation | CustomTutorialPlatform | CustomTutorialScope; }