diff --git a/src/types.ts b/src/types.ts index 9b95928..0c0fb02 100644 --- a/src/types.ts +++ b/src/types.ts @@ -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 }