Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 17, 2023
1 parent b2c5c3a commit 01bae88
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Source/Option/Index.ts

This file was deleted.

8 changes: 8 additions & 0 deletions Source/Type/Settings.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/**
* @module Settings
*
*/
export type Type = {
Size: number;
Mode: string;
};

0 comments on commit 01bae88

Please sign in to comment.