import { GetScopeDTO, Role } from "../../scopes"; import { App } from "../../types/app"; export declare class User { publicId: string; email: string; name: string; password: string; isSimpleUser: boolean; tenants: number[]; apps: App[]; role?: Role; scopes: GetScopeDTO[]; } //# sourceMappingURL=user.d.ts.map