mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2024-12-22 08:16:25 +00:00
added options to the location type
This commit is contained in:
parent
d7cdeafe60
commit
45f7506478
@ -77,6 +77,11 @@ export type Location = {
|
||||
from: string
|
||||
to: string | string[]
|
||||
keep?: ForgetPolicy
|
||||
options?: {
|
||||
[key: string]: {
|
||||
[key: string]: string | string[]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export type Locations = { [name: string]: Location }
|
||||
|
Loading…
Reference in New Issue
Block a user