Options
All
  • Public
  • Public/Protected
  • All
Menu

tsblox - v2.7.0

Index

Type aliases

BCMembershipType

BCMembershipType: "None" | "BC" | "TBC" | "OBC" | "RobloxPremium"

CatchConfig

CatchConfig: Record<number, CatchObject | Record<number, CatchObject>>

CatchFunction

CatchFunction: function

Type declaration

    • (response: AxiosResponse): Error
    • Parameters

      • response: AxiosResponse

      Returns Error

CatchObject

CatchObject: Error | CatchFunction

Constructor

Constructor<T>: object

Type parameters

  • T

Type declaration

Functions

getPages

  • getPages<ClassToConstruct>(url: string, objectType: Constructor<ClassToConstruct>, constructorParent: Base, catchConfig: CatchConfig, transformer: Function): Promise<Collection<Base["id"], ClassToConstruct>>

Generated using TypeDoc