detsys-ts
    Preparing search index...

    Type Alias AnonymizedCorrelationHashes

    JSON sent to server.

    type AnonymizedCorrelationHashes = {
        correlation_source: string;
        groups: Record<string, string | undefined>;
        repository?: string;
        run?: string;
        run_differentiator?: string;
        workflow?: string;
    }
    Index

    Properties

    correlation_source: string
    groups: Record<string, string | undefined>
    repository?: string
    run?: string
    run_differentiator?: string
    workflow?: string