export interface ISpecialUserConfiguration {
    allowAnonymous?: boolean;
}
