Moved dto to separate package

This commit is contained in:
2022-08-25 13:39:58 +02:00
parent cb84e73310
commit 197373c9df
18 changed files with 169 additions and 42 deletions

7
dto/.prettierrc Normal file
View File

@@ -0,0 +1,7 @@
{
"tabWidth": 4,
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"endOfLine": "lf"
}