GetEvalSuiteVersionManifest
Example Usage
typescript
import { GetEvalSuiteVersionManifest } from "@meetkai/mka1/models/operations";
let value: GetEvalSuiteVersionManifest = {
tasks: [
"<value 1>",
"<value 2>",
"<value 3>",
],
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
schemaVersion | string | ➖ | N/A |
tasks | any[] | ✔️ | N/A |
metadata | Record<string, any> | ➖ | N/A |