diff --git a/types/misc/index.d.ts b/types/misc/index.d.ts index f53a55b7..c44d8d4a 100644 --- a/types/misc/index.d.ts +++ b/types/misc/index.d.ts @@ -166,8 +166,8 @@ export type SoapPolicy = { }; export type SoapRetentionPolicy = Array<{ - keep: Array; - purge: Array; + keep: Array<{ policy: SoapPolicy }>; + purge: Array<{ policy: SoapPolicy }>; }>; export type FolderView =