Interface IncidentOwner

interface IncidentOwner {
    id: number;
    resourceType: string;
}

Properties

Properties

id: number
resourceType: string