Skip to content

Commit 41c9247

Browse files
authored
Add comments to exposed types
Adding additional comments, also want coderabbit to rerun
1 parent b8794f0 commit 41c9247

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

model/equaliq.smithy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ service EqualIQ {
3535

3636
// When changing APIs, we sometimes want to expose unified types that aren't directly tied to any API.
3737
structure ExposedTypes {
38-
QASectionsList: QASectionsList
39-
ContractVariable: ContractVariable
40-
ContractVariableType: ContractVariableType
38+
QASectionsList: QASectionsList // This type is not properly included in API response currently
39+
ContractVariable: ContractVariable // New feature in development by Ty
40+
ContractVariableType: ContractVariableType // New feature in development by Ty
4141
}
4242

4343
// This API is used simply to expose types

0 commit comments

Comments
 (0)