Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type Aliases

AxiosRequestHeaders: Record<string, string | number | boolean>
AxiosResponseHeaders: Record<string, string> & { set-cookie?: string[] }
ISO8601: string & { length: number }
Record<K, T>: { [ P in K]: T }

Construct a type with a set of properties K of type T

Type Parameters

  • K extends keyof any

  • T

RegionString: "JP" | "TW"
ResponseType: "arraybuffer" | "blob" | "document" | "json" | "text" | "stream"

Generated using TypeDoc