videosphere
    Preparing search index...

    Function parseDraftPlatformsPatchBody

    • Validate platforms on PATCH bodies: must be a plain object or null (treated as {}). Returns the raw value (no normalizeDraftPlatforms) so merge semantics — including clearing with empty strings — match mergeDraftPlatformsPatch.

      Parameters

      • value: unknown

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