mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-08-21 02:03:30 +00:00
Refactor frontend data models
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { MatchingModel } from './matching-model'
|
||||
|
||||
export interface StoragePath extends MatchingModel {
|
||||
path?: string
|
||||
}
|
||||
Reference in New Issue
Block a user