Skip to content

Commit 8b75f4f

Browse files
authored
Merge pull request #9 from spinamp/geimaj/external-links-timestamp
update type
2 parents bac500e + 3992a23 commit 8b75f4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types/externalLink.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export type ExternalLinkUser = {
99
url: string
1010
userId: string
1111
type: WebsiteType
12+
updatedAtTime: Date
1213
}
1314

1415
export type WebsiteType =

0 commit comments

Comments
 (0)