mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-20 22:24:24 -06:00
Refactor frontend data models
This commit is contained in:
5
src-ui/src/app/data/storage-path.ts
Normal file
5
src-ui/src/app/data/storage-path.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { MatchingModel } from './matching-model'
|
||||
|
||||
export interface StoragePath extends MatchingModel {
|
||||
path?: string
|
||||
}
|
||||
Reference in New Issue
Block a user