Interface SegmentDebugDTO

interface SegmentDebugDTO {
    active: boolean;
    forced: boolean;
    id: string;
    name: string;
}

Properties

Properties

active: boolean
forced: boolean
id: string
name: string