Type alias AppServicesFunction<R, A>

AppServicesFunction<R, A>: ((...args) => Promise<R>)

A function which executes on the Atlas App Services server.

Type Parameters

  • R

  • A extends unknown[]

Type declaration

    • (...args): Promise<R>
    • Parameters

      • Rest ...args: A

      Returns Promise<R>

Generated using TypeDoc