import { IAuthenticationOwner, IAuthenticationTypeIdentifier } from "./base"; export interface AuthenticationMetaData extends IAuthenticationOwner, IAuthenticationTypeIdentifier { }