Skip to content

Commit

Permalink
fix: restore group field item type exports (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore authored Aug 31, 2023
1 parent a020818 commit df04be3
Show file tree
Hide file tree
Showing 3 changed files with 1,615 additions and 1,214 deletions.
1 change: 1 addition & 0 deletions src/lib/buildFieldProperties.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ function buildFieldProperty(
}
`,
});
contentTypeNames.push(itemName);

code = addLine(
`${name}: prismic.GroupField<Simplify<${itemName}>>;`,
Expand Down
Loading

0 comments on commit df04be3

Please sign in to comment.