Member Junction
    Preparing search index...

    The result of buildEntityTeardownPlan: the executable statements (in dependency order), the structured plan (for a dry-run report), and any warnings (e.g. FK cycles).

    interface TeardownPlan {
        plan: TeardownPlanItem[];
        statements: string[];
        warnings: string[];
    }
    Index

    Properties

    statements: string[]
    warnings: string[]