export default interface AuthenticatorConfigRepresentation { id?: string; alias?: string; config?: { [index: string]: string; }; }