• Evaluates a client handler

    Parameters

    • options: {
          deep: DeepClient<Link<number>>;
          input?: any;
          value: string;
      }

    Returns Promise<{
        data?: any;
        error?: any;
    }>

    A promise that resolves to an object with either an error property that contains error or data property that contains result of the handler.

Generated using TypeDoc