Skip to content

Commit

Permalink
fix: fix type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Birkbjo committed Oct 29, 2024
1 parent 259a10c commit 5e98f0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/form/createJsonPatchOperations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ type PatchAttributeValue = {
value: AttributeValue['value']
}

export type ModelWithAttributeValues = IdentifiableObject & {
export type ModelWithAttributeValues = {
id?: string
attributeValues?: PatchAttributeValue[]
}

Expand Down

0 comments on commit 5e98f0c

Please sign in to comment.