json-joy
    Preparing search index...

    Interface OperationExtend

    interface OperationExtend {
        deleteNull?: boolean;
        op: "extend";
        path: string | Path;
        props: Record<string, unknown>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    deleteNull?: boolean
    op: "extend"
    path: string | Path
    props: Record<string, unknown>