import { LinkPickerRegistration } from "../../fx/models"; export interface LinkPickerClient extends LinkPickerRegistration { selected?: boolean; }