Status: {
success: (msg: string) => string;
error: (msg: string) => string;
warn: (msg: string) => string;
info: (msg: string) => string;
} = ...
Type Declaration
success: (msg: string) => string
error: (msg: string) => string
warn: (msg: string) => string
info: (msg: string) => string
Status display helpers for UI output (distinct from Logger which handles operational logs). Use these for displaying validation results, match/mismatch states, and structured output.