Interface CustomFieldContextDefaultValueProject

The default value for a project custom field.

interface CustomFieldContextDefaultValueProject {
    contextId: string;
    projectId: string;
    type: string;
}

Properties

contextId: string

The ID of the context.

projectId: string

The ID of the default project.

type: string