added options to the location type

pull/23/head
cupcakearmy 5 years ago
parent d7cdeafe60
commit 45f7506478

@ -77,6 +77,11 @@ export type Location = {
from: string from: string
to: string | string[] to: string | string[]
keep?: ForgetPolicy keep?: ForgetPolicy
options?: {
[key: string]: {
[key: string]: string | string[]
}
}
} }
export type Locations = { [name: string]: Location } export type Locations = { [name: string]: Location }

Loading…
Cancel
Save