interface Board {
    _links?: any;
    allowedMappings?: { [key: string]: { [key: string]: string[] } };
    canEdit?: boolean;
    columns?: BoardColumn[];
    fields?: BoardFields;
    id?: string;
    isValid?: boolean;
    name?: string;
    revision?: number;
    rows?: BoardRow[];
    url?: string;
}

Hierarchy (View Summary)

Properties

_links?: any
allowedMappings?: { [key: string]: { [key: string]: string[] } }
canEdit?: boolean
columns?: BoardColumn[]
fields?: BoardFields
id?: string

Id of the resource

isValid?: boolean
name?: string

Name of the resource

revision?: number
rows?: BoardRow[]
url?: string

Full http link to the resource