Member Junction
    Preparing search index...

    Picker item shape for Agents with optional icon and logo

    interface AgentPickerItem {
        IconClass?: string | null;
        ID: string;
        LogoURL?: string | null;
        Name: string;
    }
    Index

    Properties

    IconClass?: string | null
    ID: string
    LogoURL?: string | null
    Name: string