Member Junction
    Preparing search index...
    type RunIntegrityCheck = {
        Enabled: boolean;
        Name: string;
        Run: (pool: CodeGenConnection) => Promise<IntegrityCheckResult>;
    }
    Index

    Properties

    Properties

    Enabled: boolean
    Name: string
    Run: (pool: CodeGenConnection) => Promise<IntegrityCheckResult>