Skip to content

Commit

Permalink
Merge pull request #17 from adamjosefus/development
Browse files Browse the repository at this point in the history
Add copyright
  • Loading branch information
adamjosefus authored Feb 19, 2022
2 parents 26c4610 + 8ff4683 commit 17a920b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions types/ParamsType.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/**
* @copyright Copyright (c) 2022 Adam Josefus
*/


export type ParamsType = Record<string, string | null>;

0 comments on commit 17a920b

Please sign in to comment.