Skip to main content

Function: createCloudSyncManifestDevices()

function createCloudSyncManifestDevices(
entries?: readonly [string, CloudSyncManifestDeviceCompaction][]
): Record<string, CloudSyncManifestDeviceCompaction>;

Defined in: shared/types/cloudSyncManifest.ts:84

Builds a manifest device map that is safe for remote-derived device IDs.

Parametersโ€‹

entries?โ€‹

readonly [string, CloudSyncManifestDeviceCompaction][] = []

Returnsโ€‹

Record<string, CloudSyncManifestDeviceCompaction>