Interface AttachToCaseOptions

interface AttachToCaseOptions {
    caseId: string;
    result: Result;
}

Properties

Properties

caseId: string

The Id of the case to attach to.

result: Result

The result to attach, detach.