Creating Plot Twists
    Preparing search index...

    Type Alias PlanOperationResult

    Outcome of a single plan operation, reported back to the plan callback after server-side execution. Order matches the plan's operations array.

    type PlanOperationResult = {
        success: boolean;
        error?: string;
    }
    Index

    Properties

    Properties

    success: boolean
    error?: string