2026-06-23 03:03:56 +00:00
|
|
|
// GENERATED CODE! DO NOT MODIFY BY HAND!
|
|
|
|
|
|
|
|
|
|
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
|
|
|
|
import type { ExternalAgentConfigImportHistory } from "./ExternalAgentConfigImportHistory";
|
2026-07-22 00:06:59 +00:00
|
|
|
import type { ExternalAgentImportedConnectorCandidate } from "./ExternalAgentImportedConnectorCandidate";
|
2026-06-23 03:03:56 +00:00
|
|
|
|
2026-07-22 00:06:59 +00:00
|
|
|
export type ExternalAgentConfigImportHistoriesReadResponse = { data: Array<ExternalAgentConfigImportHistory>, connectors: Array<ExternalAgentImportedConnectorCandidate>, };
|