Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "connect/helpers/interface"

Index

Type aliases

RequestFunction

RequestFunction: function

The type for the method functions

see

Make a request with Spiel Connect

Type declaration

    • (params?: IParamsConnect | null, query?: any | string | null, body?: any | null): Promise<any>
    • Parameters

      • Optional params: IParamsConnect | null
      • Optional query: any | string | null
      • Optional body: any | null

      Returns Promise<any>

Generated using TypeDoc