/**
 * This file was auto-generated by Fern from our API Definition.
 */
/**
 * The connector used for fetching documents.
 */
export interface ChatSearchResultConnector {
    /** The identifier of the connector. */
    id: string;
}
