InfractionStatistics: {
    infractions: Record<
        keyof NonNullable<GuildConfig["infractions"]>["points"],
        Infraction[] | undefined,
    >;
    points: Record<
        keyof NonNullable<GuildConfig["infractions"]>["points"],
        number,
    >;
    total: number;
    recommendAction(): string;
    summarize(): string;
}

Type declaration

MMNEPVFCICPMFPCPTTAAATR