interface AgentConfig {
    name: string;
    simulate: (() => void);
}

Properties

Properties

name: string
simulate: (() => void)

Type declaration

    • (): void
    • Returns void