@s2-dev/streamstore - v0.18.1
    Preparing search index...

    Type Alias LabelMetric

    Generated API types re-exported for convenience.

    These mirror the server REST resources and payloads.

    type LabelMetric = {
        name: string;
        values: string[];
    }
    Index

    Properties

    Properties

    name: string

    Label name.

    values: string[]

    Label values.