4 lines
103 B
TypeScript
4 lines
103 B
TypeScript
export type AgentCreatorConfig = Record<string, never>;
|
|
|
|
export const config: AgentCreatorConfig = {};
|