Union type of all valid Praman error code string literals.
import type { ErrorCode } from '#core/errors/codes.js';function handleError(code: ErrorCode): void { ... } Copy
import type { ErrorCode } from '#core/errors/codes.js';function handleError(code: ErrorCode): void { ... }
Union type of all valid Praman error code string literals.