import { Identity } from "@omnia/fx-models"; export interface AppPermissionInfo { administrators?: Identity[]; contributors?: Identity[]; } export interface AuthenticationOptions { allowAnonymous: boolean; }