paperless-ngx/src-ui/src/app/data/storage-path.ts
2023-12-19 22:36:35 -08:00

6 lines
121 B
TypeScript

import { MatchingModel } from './matching-model'
export interface StoragePath extends MatchingModel {
path?: string
}