DoOrderFunction0<A>: ((arg0: A) => void | Promise<any> | any)

Type Parameters

  • A

Type declaration

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

      • arg0: A

      Returns void | Promise<any> | any

Generated using TypeDoc