InfectableContainer: Container & {
    actualOptions: InfectionOptions;
    infecter?: Infecter;
}

Type declaration