FaasJS
Home
  • Guide
  • Documents
  • Starter Template
  • Changelog
  • Ecosystem

    • VS Code Plugin
    • Docker Images
  • Github
  • Contributing
  • Sponsor
  • Security
  • English
  • 简体中文
Home
  • Guide
  • Documents
  • Starter Template
  • Changelog
  • Ecosystem

    • VS Code Plugin
    • Docker Images
  • Github
  • Contributing
  • Sponsor
  • Security
  • English
  • 简体中文

Documents / @faasjs/browser / ResponseProps

Type Alias: ResponseProps<T>

ResponseProps<T> = object

Type Parameters

T

T = any

Properties

body?

optional body: any

data?

optional data: T

headers?

optional headers: ResponseHeaders

status?

optional status: number