weaviate-client
    Preparing search index...

    Type Alias MetricsBase<N, K>

    type MetricsBase<
        N extends string,
        K extends "boolean" | "date" | "integer" | "number" | "text",
    > = {
        kind: K;
        propertyName: N;
    }

    Type Parameters

    • N extends string
    • K extends "boolean" | "date" | "integer" | "number" | "text"
    Index

    Properties

    Properties

    kind: K
    propertyName: N