DoOrderFunction1<A, B>: ((arg0: A, arg1: B) => void | Promise<any> | any)

Type Parameters

  • A

  • B

Type declaration

    • (arg0: A, arg1: B): void | Promise<any> | any
    • Parameters

      • arg0: A
      • arg1: B

      Returns void | Promise<any> | any

Generated using TypeDoc