import { AuthMethodName } from './AuthMethodName'; export interface AuthMethod { Name?: AuthMethodName; }