import { type ScreeningIngressGroup } from ".";
Definition
{ readonly groupID: string; readonly component: string; readonly entries: o.IngressEntry<string, string>[]; readonly onIngress: (group: ScreeningIngressGroup) => Promise<void> | void; }