import { AuthType } from './auth_type'; export interface Authorization { authenticationType: AuthType; }