Skip to content

Commit

Permalink
⭐️ Impl: Types - Add UtilityTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Jan 9, 2023
1 parent 53ff891 commit 858e082
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/types/UtilityTypes.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export type KeyMapType<T extends string, K extends { [k in `${T}`]: any }> = K;

export type FunctionVoid = () => void;

0 comments on commit 858e082

Please sign in to comment.