Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
utarwyn committed Jan 6, 2024
1 parent ef666b4 commit d180d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/global.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ declare type MemberLinkType = 'linkedin' | 'github';

declare type Member = {
name: string
company: string
company?: string
profile: string
links: Partial<Record<MemberLinkType, string>>
}

0 comments on commit d180d4e

Please sign in to comment.