mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-26 00:08:08 +01:00
5 lines
121 B
TypeScript
5 lines
121 B
TypeScript
import { MatchingModel } from './matching-model'
|
|
|
|
export interface StoragePath extends MatchingModel {
|
|
path?: string
|
|
}
|