We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0cfc12 commit a0366d5Copy full SHA for a0366d5
packages/compass-collection/src/components/mock-data-generator-modal/types.ts
@@ -21,7 +21,7 @@ type MockDataGeneratorInProgressState = {
21
22
type MockDataGeneratorCompletedState = {
23
status: 'completed';
24
- originalLlmResponse: FakerSchema; // Immutable LLM response
+ originalLlmResponse: Readonly<FakerSchema>; // Immutable LLM response
25
editedFakerSchema: FakerSchema; // User-modified version
26
requestId: string;
27
};
0 commit comments