Skip to content

Commit

Permalink
refact: create types directory
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardogruppelli committed Sep 29, 2022
1 parent 68df879 commit b8c92b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/direction.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export type DirectionType = 'forwards' | 'backwards';
File renamed without changes.

0 comments on commit b8c92b0

Please sign in to comment.