File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ Please append new members at the end of the file as it is used to generate the m
47
47
48
48
Structure of ` members.json ` . See also the [ Member] ( ./src/types/member.ts ) type.
49
49
50
- | Property | Type | Description |
51
- | ------------ | ------------------------------ | -------------------------------------------------- |
52
- | name | string | First name |
53
- | gitHubName | string | GitHub username, also used for fetching the avatar |
54
- | linkedInName | string? | LinkedIn username, see linkedin.com/id/{username} |
55
- | joinDate | {month: number, year: number} | Month and year of when joined Toska |
56
- | exitDate | {month: number, year: number}? | Month and year of when left Toska if applicable |
50
+ | Property | Type | Description |
51
+ | -------------- | -- ------------------------------ | -------------------------------------------------- |
52
+ | ` name ` | string | First name |
53
+ | ` gitHubName ` | string | GitHub username, also used for fetching the avatar |
54
+ | ` linkedInName ` | string? | LinkedIn username, see linkedin.com/id/{username} |
55
+ | ` joinDate ` | { month: number, year: number } | Month and year of when joined Toska |
56
+ | ` exitDate ` | { month: number, year: number }? | Month and year of when left Toska if applicable |
57
57
58
58
### Deploying
59
59
You can’t perform that action at this time.
0 commit comments