Membrane React - v0.6.0
    Preparing search index...

    Interface Alert

    interface Alert {
        id: string;
        description: string;
        status: AlertStatus;
        type: externalEventsPerCustomerPerDay;
        workspaceId: string;
        createdAt: Date;
        updatedAt: Date;
        lastSeenAt: Date;
        resolvedAt?: Date;
        customerId?: string;
        severity: AlertSeverity;
    }
    Index

    Properties

    id: string
    description: string
    status: AlertStatus
    workspaceId: string
    createdAt: Date
    updatedAt: Date
    lastSeenAt: Date
    resolvedAt?: Date
    customerId?: string
    severity: AlertSeverity