You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mediarepo/mediarepo-ui/src/app/models/AddFileOptions.ts

9 lines
130 B
TypeScript

export class AddFileOptions {
public read_tags_from_txt = true;
public delete_after_import = false;
constructor() {
}
}