Expand description
interface ProjectV2FieldConfiguration {
dataType?: ProjectV2FieldType;
id?: string;
name?: string;
}Properties§
§§§
data Type?: ProjectV2FieldTypeThe data type of the field
id?: stringThe unique identifier of the field
name?: stringThe name of the field
Field configuration interface for Project V2 fields.