UNPKG

@adobe/genstudio-uix-sdk

Version:
17 lines (16 loc) 366 B
import { Channel } from "../channel/Channel"; /** App MetaData */ export type AppMetaData = { id: string; extensionId: string; iconDataUri: string; supportedChannels: Channel[]; label: string; }; export type AppMetadata = { id: string; extensionId: string; iconDataUri: string; supportedChannels: Channel[]; label: string; };