RunIntegrityCheck: {
    Enabled: boolean;
    Name: string;
    Run: ((pool) => Promise<IntegrityCheckResult>);
}

Type declaration