SearchDataType

Since

3.0.0

interface SearchDataType {
    id: number;
    subtype: string;
    title: string;
    type: string;
    url: string;
}

Properties

Properties

id: number

The ID.

Since

3.0.0

subtype: string

The subtype.

Since

3.0.0

title: string

The title.

Since

3.0.0

type: string

The type.

Since

3.0.0

url: string

The url.

Since

3.0.0

Generated using TypeDoc