mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
ask api changes, so it wont search unnecesary question dbs
This commit is contained in:
parent
0463ab3cd2
commit
b53fd84bf2
5 changed files with 116 additions and 65 deletions
|
@ -20,6 +20,13 @@ export interface Subject {
|
|||
export interface DataFile {
|
||||
path: string
|
||||
name: string
|
||||
shouldSearch:
|
||||
| string
|
||||
| {
|
||||
location?: {
|
||||
val: string
|
||||
}
|
||||
}
|
||||
shouldSave: {
|
||||
location?: {
|
||||
val: string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue