TaskData
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;
}
Defined in: common/types/src/codeboltjstypes/libFunctionTypes/internal.ts:592
Interface for task data structure as loaded from YAML.
[key: string]: {
description: string;
expected_output: string;
}