interface BoardReference {
    id?: string;
    name?: string;
    url?: string;
}

Hierarchy (View Summary)

Properties

Properties

id?: string

Id of the resource

name?: string

Name of the resource

url?: string

Full http link to the resource