export interface SeamsHttpResponse { errorId: string; errorMessage: string; isSuccess: boolean; responseObject: [] | {}; seamsErrorCodes: { Key: number; Value: string; }[]; }