Type Alias: SuggestedChange
Makaio Framework / contracts / SuggestedChange
Type Alias: SuggestedChange
Section titled “Type Alias: SuggestedChange”SuggestedChange =
z.infer<typeofSuggestedChangeSchema>
Defined in: ../../../packages/contracts/src/capabilities/review/schemas.ts:35
Type Composition
Section titled “Type Composition”SuggestedChangez.infer<typeof SuggestedChangeSchema>typeof SuggestedChangeSchema
Resolved Shape
Section titled “Resolved Shape”type SuggestedChange = { file: string; oldCode: string; newCode: string;};