Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit abbe00d

Browse files
committed
Add MessageBatchExample to make TypeSpec create a MessageBatch schema
1 parent feffe9a commit abbe00d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/src/core/main.tsp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,6 @@ namespace models {
113113
content: T
114114
}[];
115115
}
116+
117+
model MessageBatchExample extends MessageBatch<string> {}
116118
}

0 commit comments

Comments
 (0)