UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

6 lines (5 loc) 220 B
import { ISpecialUserConfiguration } from "@omnia/fx-models"; export declare class SpecialUserConfiguration implements ISpecialUserConfiguration { allowAnonymous: boolean; constructor(allowAnonymous: boolean); }