import { KeyValueType } from "../KeyValue.type"; export type StateSaveOptions = { /** * Metadata to be passed to get save operation. */ metadata?: KeyValueType; };