mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-05 21:32:46 +02:00
Add comment to testing_types.ts
This commit is contained in:
parent
1e13d659b7
commit
ad408803a7
1 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,8 @@ export const SimulationChatMessagesData = z.object({
|
|||
|
||||
export const SimulationData = z.union([SimulationArticleData, SimulationScenarioData, SimulationChatMessagesData]);
|
||||
|
||||
// Relevant to simulation batch runs feature
|
||||
|
||||
export const SimulationAggregateResult = z.object({
|
||||
total: z.number(),
|
||||
pass: z.number(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue