interface Set {
    $set: Record<string, any>;
}

Properties

Properties

$set: Record<string, any>