@cpod/sdk - v0.2.7
    Preparing search index...

    Interface EntityOperationResponse

    Response from entity operations (update/delete)

    interface EntityOperationResponse {
        success: boolean;
        affectedChunks: number;
        message: string;
    }
    Index

    Properties

    success: boolean

    Whether the operation succeeded

    affectedChunks: number

    Number of chunks affected by the operation

    message: string

    Success or error message