mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 01:26:47 +01:00
Remove unused interface
This commit is contained in:
parent
3766d8687f
commit
ff8eb7fbce
2 changed files with 0 additions and 7 deletions
|
|
@ -1,12 +1,6 @@
|
|||
import { Component, EventEmitter, Input, Output, OnInit } from '@angular/core';
|
||||
import { MatchingModel } from 'src/app/data/matching-model';
|
||||
|
||||
export interface ToggleableItem {
|
||||
item: MatchingModel,
|
||||
state: ToggleableItemState,
|
||||
count: number
|
||||
}
|
||||
|
||||
export enum ToggleableItemState {
|
||||
NotSelected = 0,
|
||||
Selected = 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue