Skip to content

Commit

Permalink
chore(types): add database
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Jan 26, 2024
1 parent d826dc6 commit 78ebaa2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/types/database.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export enum DatabaseKey {
host = 'host',
jokes = 'jokes',
players = 'players',
}
1 change: 1 addition & 0 deletions src/types/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from './database';
export * from './state';
export * from './user';

0 comments on commit 78ebaa2

Please sign in to comment.