Interface IncidentTag

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

Properties

Properties

id: number
resourceType: string