Skip to content

Commit

Permalink
remove unused user model and types
Browse files Browse the repository at this point in the history
  • Loading branch information
cdleveille committed Jun 7, 2024
1 parent 991e422 commit 5a99b37
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 64 deletions.
48 changes: 0 additions & 48 deletions src/models/user.ts

This file was deleted.

16 changes: 0 additions & 16 deletions src/types/abstract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,6 @@ export interface IBag {
discs: string[];
}

export interface IUser {
id: string;
settings: IFiltersEnabled;
}

export interface IFiltersEnabled {
name: boolean;
brand: boolean;
category: boolean;
stability: boolean;
speed: boolean;
glide: boolean;
turn: boolean;
fade: boolean;
}

export type Projection = Record<string, 0 | 1>;

export type DiscFilterRegex = { $regex: string; $options: string };
Expand Down

0 comments on commit 5a99b37

Please sign in to comment.