Kavita/UI/Web/src/app/_models/system/directory-dto.ts
Joseph Milazzo 9c851b0f0e
Directory Picker Rework (#1325)
* Started on the directory picker refactor.

* Coded some basic working version. Needs styling and variable cleanup

* code cleanup

* Implemented the ability to expose swagger on non-development servers.

* Implemented the ability to expose swagger on non-development servers.
2022-06-16 10:08:09 -07:00

4 lines
No EOL
73 B
TypeScript

export interface DirectoryDto {
name: string;
fullPath: string;
}