Variable: SITE_IDENTIFIER_MAX_LENGTH
const SITE_IDENTIFIER_MAX_LENGTH: 100 = 100;
Defined in: shared/validation/siteFieldConstants.ts:10
Lightweight (non-Zod) constants for site field validation.
Remarksโ
These constants exist so multiple layers (Zod schemas, IPC parameter validators) can share identical constraints and messages without importing the full schema graph.