/** * If a UserTasks FormField is an enumeration, this will contain information * about the values contained within that enumeration. */ export class UserTaskEnumValue { public id: string; public name: string; }