videosphere
    Preparing search index...

    Function parseLivestreamPlatformsPatchBody

    • Validate platforms on PATCH bodies: must be a plain object or null (treated as {}). Returns the raw value so merge semantics match mergeLivestreamPlatformsPatch.

      Parameters

      • value: unknown

        Raw platforms value from a PATCH body.

      Returns { ok: true; value: unknown } | { ok: false; error: string }

      Raw patch object or a validation error message.