@cfxlabsinc/b2b-services
    Preparing search index...

    One row a client-fetchable search source can surface (used by the global palette).

    type CommandSearchRow = {
        id: string;
        label: ReactNode;
        sublabel?: string;
    }
    Index
    id: string
    label: ReactNode
    sublabel?: string

    Optional monospaced secondary line (e.g. an external id).