UNPKG

@omnia/fx-models

Version:
4 lines (3 loc) 182 B
import { IAuthenticationOwner, IAuthenticationTypeIdentifier } from "./base"; export interface AuthenticationMetaData extends IAuthenticationOwner, IAuthenticationTypeIdentifier { }