UNPKG

@omnia/fx-models

Version:
5 lines (4 loc) 203 B
import { IAuthenticationOwner, IAuthenticationTypeIdentifier } from "./base"; export interface AuthenticationOption extends IAuthenticationOwner, IAuthenticationTypeIdentifier { enabled?: boolean; }