Variable ReadPreferenceModeConst

ReadPreferenceMode: Readonly<{
    nearest: "nearest";
    primary: "primary";
    primaryPreferred: "primaryPreferred";
    secondary: "secondary";
    secondaryPreferred: "secondaryPreferred";
}> = ...