Interface ContextModel

Identifies the context of a case.

interface ContextModel {
    customerId?: string;
    id?: string;
    name?: string;
    projectId?: string;
}

Properties

customerId?: string
id?: string
name?: string
projectId?: string