Skip to content

Commit

Permalink
Remove old SelectorItem
Browse files Browse the repository at this point in the history
  • Loading branch information
Dutchman97 committed Dec 10, 2023
1 parent 970ac92 commit cf8753f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions frontend/src/util/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,6 @@ export type ReplaceAllValues<T, TValue> = T extends Record<string, any> ? {[K in
*/
export type ValidationErrorData<T> = ReplaceAllValues<T, string[] | undefined>;

export interface SelectorItem {
id: number;
name: string;
}

export class SelectInputOptions<TValue> implements Iterable<SelectInputOptionWithId<TValue>> {

Expand Down

0 comments on commit cf8753f

Please sign in to comment.