import { ISessionLicenze } from '../../models/Models'; import { OGBaseEntity } from './OGBaseEntity'; export declare class SessionEntity extends OGBaseEntity { userId: string; email: string; roles: string[]; permissions: { [key: string]: string; }; extra: { [key: string]: unknown; }; applicazioni: ISessionLicenze; uuid: string; } //# sourceMappingURL=SessionEntity.d.ts.map