ask api changes, so it wont search unnecesary question dbs

This commit is contained in:
mrfry 2021-01-09 12:38:18 +01:00
parent 0463ab3cd2
commit b53fd84bf2
5 changed files with 116 additions and 65 deletions

View file

@ -20,6 +20,13 @@ export interface Subject {
export interface DataFile {
path: string
name: string
shouldSearch:
| string
| {
location?: {
val: string
}
}
shouldSave: {
location?: {
val: string