Member Junction
    Preparing search index...

    Key removal warning details

    interface KeyRemovalWarning {
        details: {
            childKeysRemoved?: string[];
            contentSize: number;
            hadContent: boolean;
            removedKeys: string[];
        };
        message: string;
        path: string;
        requiresFeedback?: boolean;
        severity: "low"
        | "medium"
        | "high"
        | "critical";
        type: KeyRemoval;
    }

    Hierarchy (View Summary)

    • PayloadWarning<
          {
              childKeysRemoved?: string[];
              contentSize: number;
              hadContent: boolean;
              removedKeys: string[];
          },
      >
      • KeyRemovalWarning
    Index

    Properties

    details: {
        childKeysRemoved?: string[];
        contentSize: number;
        hadContent: boolean;
        removedKeys: string[];
    }
    message: string
    path: string
    requiresFeedback?: boolean
    severity: "low" | "medium" | "high" | "critical"