Interface IModuleMethods

Methods of remote module

Indexable

  • [k: string]: ((input?: object) => Promise<unknown>)

    Limit possible field values

      • (input?): Promise<unknown>
      • Parameters

        • Optionalinput: object

        Returns Promise<unknown>