Member Junction
    Preparing search index...
    interface GuardrailWarning {
        iteration?: number;
        message: string;
        percentage: number;
        phase?: string;
        type: string;
    }
    Index

    Properties

    iteration?: number
    message: string
    percentage: number
    phase?: string
    type: string