mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-15 18:30:39 +09:00
14 lines
267 B
TypeScript
14 lines
267 B
TypeScript
|
|
export type {
|
||
|
|
AdapterAgent,
|
||
|
|
AdapterRuntime,
|
||
|
|
UsageSummary,
|
||
|
|
AdapterExecutionResult,
|
||
|
|
AdapterInvocationMeta,
|
||
|
|
AdapterExecutionContext,
|
||
|
|
ServerAdapterModule,
|
||
|
|
TranscriptEntry,
|
||
|
|
StdoutLineParser,
|
||
|
|
CLIAdapterModule,
|
||
|
|
CreateConfigValues,
|
||
|
|
} from "./types.js";
|