型エイリアス AppServicesFunction<R, A>

App Services Function<R, A>: ((...args) => Promise<R>)

Atlas App Services サーバー上で実行される関数。

型パラメータ

  • R

  • A 拡張 不明[]

型宣言

    • (...args): Promise<R>
    • パラメーター

      • Rest ...args : A

      Promise < R >を返します

TypeDocを使用して生成