Max🔗Definition🔗export interface Max { type: "max"; field?: string; id: string; settings?: { script?: elasticsearch.InlineScript; missing?: string; }; hide?: boolean; } Methods🔗No methods.See also🔗 MaxBuilder