Skip to content

Commit 69c1e95

Browse files
author
romain.tiger
committed
fix: cookie type unification with runtime type
1 parent 73240e8 commit 69c1e95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/runtime/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export interface Cookie {
5555
id: string
5656
isPreselected?: boolean
5757
name: Translatable
58-
links?: Record<string, string | null>
58+
links?: Record<string, Translatable | null>
5959
src?: string
6060
targetCookieIds?: string[]
6161
}

0 commit comments

Comments
 (0)