/** * Selects the target panel of a panel-scoped `` method; * the active panel when `panel` is omitted. */ export type PanelOptions = { panel?: string; };