Skip to content

ExtendedStats🔗

Definition🔗

export interface ExtendedStats {
    type: unknown;
    settings?: {
        script?: elasticsearch.InlineScript;
        missing?: string;
        sigma?: string;
    };
    field?: string;
    id: string;
    meta?: any;
    hide?: boolean;
}

See also🔗