Skip to content

Commit

Permalink
fix(migration): add missing text property on link to media
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Dec 17, 2024
1 parent 6f89eee commit 27839cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/migration/Asset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export type MigrationImage =
*/
export type MigrationLinkToMedia = Pick<
LinkToMediaField<"filled">,
"link_type"
"link_type" | "text"
> & {
/**
* A reference to the migration asset used to resolve the link to media
Expand Down

0 comments on commit 27839cf

Please sign in to comment.