Member Junction
    Preparing search index...

    Type Alias IgnoredRealtimeConfigReason

    IgnoredRealtimeConfigReason: "unknown-section" | "unknown-key" | "wrong-type"

    Why something in an override payload will not survive ResolveEffectiveRealtimeConfig.

    Type Declaration

    • "unknown-section"

      A top-level key other than realtime — the normalizer reads no other section.

    • "unknown-key"

      A key inside realtime that is not a member of RealtimeConfigSection.

    • "wrong-type"

      A recognized key whose value is of a type the normalizer's guard rejects.