
* 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.
4 lines
No EOL
73 B
TypeScript
4 lines
No EOL
73 B
TypeScript
export interface DirectoryDto {
|
|
name: string;
|
|
fullPath: string;
|
|
} |