Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
fix: ensure correct typings are used in VoyagerContextConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Dara Hayes committed Feb 27, 2019
1 parent 3170868 commit 6d95dc3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/voyager-server/src/context/VoyagerContextConfig.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import { auditLog } from '@aerogear/voyager-audit'
import { ObjectState } from '@aerogear/voyager-conflicts'
import { AuditLogger } from '@aerogear/voyager-audit'
import { SecurityService } from '@aerogear/voyager-keycloak'

export interface VoyagerContextProviderConfig {
userContext?: any,
securityService: SecurityService,
auditLogger: any,
auditLogger: AuditLogger,
}

0 comments on commit 6d95dc3

Please sign in to comment.