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