Skip to content

Commit a0366d5

Browse files
committed
Readonly
1 parent d0cfc12 commit a0366d5

File tree

1 file changed

+1
-1
lines changed
  • packages/compass-collection/src/components/mock-data-generator-modal

1 file changed

+1
-1
lines changed

packages/compass-collection/src/components/mock-data-generator-modal/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ type MockDataGeneratorInProgressState = {
2121

2222
type MockDataGeneratorCompletedState = {
2323
status: 'completed';
24-
originalLlmResponse: FakerSchema; // Immutable LLM response
24+
originalLlmResponse: Readonly<FakerSchema>; // Immutable LLM response
2525
editedFakerSchema: FakerSchema; // User-modified version
2626
requestId: string;
2727
};

0 commit comments

Comments
 (0)