interface TaskGroupResult {
    taskResults: Record<string, unknown>;
}

Properties

Properties

taskResults: Record<string, unknown>