export interface ActionResult { data?: T; serverError?: string; validationError?: string; }