Type Alias MapJsonDiff

MapJsonDiff: {
    type: "map";
    updated: Record<string, Value | JsonContainerID | undefined>;
}

Type declaration