interface WidgetMetadataResponse {
    uri?: string;
    widgetMetadata?: WidgetMetadata;
}

Properties

uri?: string
widgetMetadata?: WidgetMetadata