Interface WidgetId

interface WidgetId {
    id: number;
    uri: string;
}

Properties

Properties

id: number
uri: string