{"version":3,"file":"resolve-interface.cjs","sourceRoot":"","sources":["../../../src/types/methods/resolve-interface.ts"],"names":[],"mappings":"","sourcesContent":["import type { Json } from '@metamask/utils';\n\n/**\n * The request parameters for the `snap_resolveInterface` method.\n *\n * @property id - The interface ID.\n * @property value - The value to resolve the interface with.\n */\nexport type ResolveInterfaceParams = {\n  id: string;\n  value: Json;\n};\n\n/**\n * The result returned by the `snap_resolveInterface` method.\n */\nexport type ResolveInterfaceResult = null;\n"]}