Skip to content

agent-core / Exports / ISimpleValidationResult

Interface: ISimpleValidationResult

Validation result interface

Table of contents

Properties

Properties

isValid

isValid: boolean

Defined in

packages/agent-core/src/utils/validation.ts:12


errors

errors: string[]

Defined in

packages/agent-core/src/utils/validation.ts:13


warnings

Optional warnings: string[]

Defined in

packages/agent-core/src/utils/validation.ts:14

Released under the MIT License.