Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
cchrischen committed Jul 26, 2024
1 parent 5ae05c3 commit 6314b0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common-types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ interface IdolMemberDiff {
readonly diffString: string;
}

/** The data type used by Nova site to represent a DTI member.
/** The data type used by Nova site to represent a DTI member.
* @deprecated used in past DTI websites
*/
*/
interface NovaMember {
readonly netid: string;
readonly name: string;
Expand Down

0 comments on commit 6314b0a

Please sign in to comment.