Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • FetchDto

Index

Constructors

Properties

Constructors

constructor

  • new FetchDto(url?: string, options?: any): FetchDto
  • Parameters

    • Optional url: string
    • Optional options: any

    Returns FetchDto

Properties

options

options: any

Options for the fetch

default

undefined

url

url: string

The url to fetch the asset from

default

undefined

Generated using TypeDoc