Type Alias TransactionError

TransactionError: {
    error: string;
    params: any[];
    query: string;
}