indextype-aliasesType Alias: ErrorCodeVersion: 1.xOn this pageType Alias: ErrorCode ErrorCode = typeof ErrorCode[keyof typeof ErrorCode] Union type of all valid Praman error code string literals. Example import type { ErrorCode } from '#core/errors/codes.js';function handleError(code: ErrorCode): void { ... }