import { Dacs } from '../dacs'; export interface RdpAuthParams { accessToken: string; userName?: string; dacs?: Dacs; }