Interface HonuaPopupMediaInfo

interface HonuaPopupMediaInfo {
    caption?: string;
    title?: string;
    type: string;
    value?: Record<string, unknown>;
}

Properties

caption?: string
title?: string
type: string
value?: Record<string, unknown>