/** * The `eject` argument: the loaded client to remove by name; the active * panel's client when omitted. */ export type ClientOptions = { client?: string; };