Essentially a collection of team field values

interface TeamFieldValues {
    _links?: any;
    defaultValue?: string;
    field?: FieldReference;
    url?: string;
    values?: TeamFieldValue[];
}

Hierarchy (View Summary)

Properties

_links?: any

Collection of links relevant to resource

defaultValue?: string

The default team field value

Shallow ref to the field being used as a team field

url?: string

Full http link to the resource

values?: TeamFieldValue[]

Collection of all valid team field values