mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-23 17:52:23 -04:00
6 lines
121 B
TypeScript
6 lines
121 B
TypeScript
import { MatchingModel } from './matching-model'
|
|
|
|
export interface StoragePath extends MatchingModel {
|
|
path?: string
|
|
}
|