Skip to content

Commit

Permalink
Export LinkRow type
Browse files Browse the repository at this point in the history
  • Loading branch information
benmerckx committed Nov 18, 2024
1 parent 97860e0 commit 6bcb1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/field/link/Link.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export interface LinkOptions<Definition, Row> extends LinkFieldOptions<Row> {
fields?: Definition | Type<Definition>
}

type LinkRow = (EntryReference | UrlReference) & ListRow
export type LinkRow = (EntryReference | UrlReference) & ListRow

export function link<Fields>(
label: Label,
Expand Down

0 comments on commit 6bcb1ed

Please sign in to comment.