interface GetSearchConnectorResult {
    url: string;
}

export type { GetSearchConnectorResult };
