export type StorageValuesToAdd = Record; export type StorageValuesToRemove = { string?: string[]; }; export type StorageOwnedValues = { string?: string[]; }; export type NamespaceValues = Record;