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