Variable SyncDataResponseReadPreferenceEnumConst
SyncDataResponseReadPreferenceEnum: {
Nearest: "nearest";
Primary: "primary";
PrimaryPreferred: "primaryPreferred";
Secondary: "secondary";
SecondaryPreferred: "secondaryPreferred";
} = ...
Type declaration
-
Readonly
Nearest: "nearest"
-
Readonly
Primary: "primary"
-
Readonly
PrimaryPreferred: "primaryPreferred"
-
Readonly
Secondary: "secondary"
-
Readonly
SecondaryPreferred: "secondaryPreferred"