videosphere
    Preparing search index...

    Function parseDraftLabelsFromRequestBody

    • Validates a draft label list from API input.

      Parameters

      • value: unknown

        Raw request body field.

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

      Parsed labels or a validation error message.