feat: DbUserData interface

This commit is contained in:
2024-04-23 13:42:55 +02:00
parent d6cfef2a62
commit c12439d1ed
2 changed files with 24 additions and 0 deletions

1
src/interfaces/index.ts Normal file
View File

@@ -0,0 +1 @@
export * from './UserData'