export type ServiceResult = { result?: unknown; error_message?: boolean; error_code?: number; };