normalizeExpected
normalizeExpected(
expected):string
Defined in: wp-typia-api-client/src/internal/runtime-primitives.ts:96
Normalize the expected-type label from a validation payload.
Parameters
Section titled “Parameters”expected
Section titled “expected”unknown
Raw expectation value from a validation payload.
Returns
Section titled “Returns”string
A non-empty expectation string, falling back to "unknown" when missing.