export interface EditResult { error?: { message: string; name: string; }; globalId?: string; objectId?: number; success?: boolean; }