FaasJS
Home
  • Guide
  • Documents
  • Templates
  • Changelog
  • Ecosystem

    • Docker Images
  • Github
  • Contributing
  • Sponsor
  • Security
Home
  • Guide
  • Documents
  • Templates
  • Changelog
  • Ecosystem

    • Docker Images
  • Github
  • Contributing
  • Sponsor
  • Security

Documents / @faasjs/ant-design / FaasItemTypeValue

Type Alias: FaasItemTypeValue

FaasItemTypeValue = object

Map from FaasItemType to the expected JavaScript value type.

Properties

boolean

boolean: boolean

date

date: Dayjs

number

number: number

number[]

number[]: number[]

object

object: any

object[]

object[]: any[]

string

string: string

string[]

string[]: string[]

time

time: Dayjs