Interface IStream

interface IStream {
    active: boolean;
    alias: string;
    createdAt: string;
    enabled: boolean;
    id: string;
    isEventFilter: boolean;
    isOverviewColumn: boolean;
    isOverviewRow: boolean;
    isTelemetryFilter: boolean;
    organizationId: string;
    streamName: string;
    streamType: keyof IStreamTypeMap;
    updatedAt: string;
}

Properties

active: boolean
alias: string
createdAt: string
enabled: boolean
id: string
isEventFilter: boolean
isOverviewColumn: boolean
isOverviewRow: boolean
isTelemetryFilter: boolean
organizationId: string
streamName: string
streamType: keyof IStreamTypeMap
updatedAt: string

Generated using TypeDoc