DoOrderFunction: ((...args: any[]) => void | Promise<any> | any)

Type declaration

    • (...args: any[]): void | Promise<any> | any
    • Parameters

      • Rest ...args: any[]

      Returns void | Promise<any> | any

Generated using TypeDoc