Skip to content

Type Alias: SuggestedChange

Makaio Framework


Makaio Framework / contracts / SuggestedChange

SuggestedChange = z.infer<typeof SuggestedChangeSchema>

Defined in: ../../../packages/contracts/src/capabilities/review/schemas.ts:35

  • SuggestedChange
    • z.infer<typeof SuggestedChangeSchema>
      • typeof SuggestedChangeSchema
type SuggestedChange = {
file: string;
oldCode: string;
newCode: string;
};