export type TChaynsErrorResponse = { errorCode: string; parameters?: Record; innerException?: Error; displayMessage?: string; };