Details of a context to project association.

interface CustomFieldContextProjectMapping {
    contextId: string;
    isGlobalContext?: boolean;
    projectId?: string;
}

Properties

contextId: string

The ID of the context.

isGlobalContext?: boolean

Whether context is global.

projectId?: string

The ID of the project.