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