import { GetContractMapValuesByFirstKeyArgs } from './getContractMapValuesByFirstKeyArgs'; export interface GetSingleContractMapValueArgs extends GetContractMapValuesByFirstKeyArgs { key2: string; }