Created
September 29, 2023 06:24
-
-
Save stijnmoreels/b493f78e5a5cce0c4f0462e6fcb68b67 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| type FolderDto = | |
| { Name : string | |
| ParentId : string } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment