Interface ContentOptions

Name

ContentOptions

Description

Base options for all content-related methods.

Param: type

Type of content to return.

interface ContentOptions {
    type?: FetchTypes;
}

Hierarchy (view full)

Properties

Properties

type?: FetchTypes

Generated using TypeDoc