import { SdkResult } from '../Entity'; export default interface IHsdk { HRequest(url: string, inputs: object, tables: never[]): Promise>; }