import { IRequestMetadata } from "../RequestMetadata.type"; import { IStateOptions } from "./StateOptions.type"; export type StateGetOptions = Pick & { /** * Metadata to be passed to the operation. */ metadata: IRequestMetadata; };