mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-08 23:15:24 +02:00
remove unused
This commit is contained in:
parent
faabe6a3d4
commit
836a0e157c
1 changed files with 0 additions and 9 deletions
|
@ -12,15 +12,6 @@ import _ from 'lodash'
|
|||
import { ErrorUtil, etl } from '@maybe-finance/server/shared'
|
||||
import type { TellerApi, TellerTypes } from '@maybe-finance/teller-api'
|
||||
|
||||
export interface ITellerConnect {
|
||||
generateConnectUrl(userId: User['id'], institutionId: string): Promise<{ link: string }>
|
||||
|
||||
generateFixConnectUrl(
|
||||
userId: User['id'],
|
||||
accountConnectionId: AccountConnection['id']
|
||||
): Promise<{ link: string }>
|
||||
}
|
||||
|
||||
export class TellerService implements IAccountConnectionProvider, IInstitutionProvider {
|
||||
constructor(
|
||||
private readonly logger: Logger,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue