Interface ChangeEngagementPanelVisibilityAction

interface ChangeEngagementPanelVisibilityAction {
    targetId: string;
    visibility: string;
}

Properties

Properties

targetId: string
visibility: string