Skip to main content

TaskData

@codebolt/types


Interface: TaskData

Defined in: common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:592

Interface for task data structure as loaded from YAML.

Indexable

[key: string]: {
description: string;
expected_output: string;
}