@documment/mmp.ui.data
Version:
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.0.1.
12 lines (11 loc) • 326 B
TypeScript
export interface ISessionUserHas {
activeAffiliations: boolean;
activeInstitutions: boolean;
anyInstitutions: boolean;
}
export declare class SessionUserHas implements SessionUserHas {
activeAffiliations: boolean;
activeInstitutions: boolean;
anyInstitutions: boolean;
constructor(params?: any);
}