UNPKG

@iterable/react-native-sdk

Version:
10 lines (8 loc) 247 B
import type { IterableInAppContentType } from '../enums'; /** * Information about the content of an in-app message in the Iterable SDK. */ export interface IterableInAppContent { /** The type of content */ type: IterableInAppContentType; }