Skip to content

Commit

Permalink
jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
dangowans committed Aug 13, 2024
1 parent 943e42c commit de71c28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions institutions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
* as is the case with many credit unions.
*/

/**
* Five-digit transit number, dash, three-digit institution number.
*/
type InstitutionKey = `${number}-${number}`

export const institutions: Record<InstitutionKey, string> = {
Expand Down

0 comments on commit de71c28

Please sign in to comment.