interface BoardChart {
    _links?: any;
    name?: string;
    settings?: { [key: string]: any };
    url?: string;
}

Hierarchy (View Summary)

Properties

_links?: any

The links for the resource

name?: string

Name of the resource

settings?: { [key: string]: any }

The settings for the resource

url?: string

Full http link to the resource