Interface EntityPatches

Hierarchy

  • EntityPatches

Properties

Properties

$inc?: {
    [path: string]: number;
}

Type declaration

  • [path: string]: number
$set?: {
    [path: string]: any;
}

Type declaration

  • [path: string]: any
$unset?: {
    [path: string]: number;
}

Type declaration

  • [path: string]: number

Generated using TypeDoc