import { IUserSystem } from "./user_system"; /** A that is used when no user specific user is assigned to objects, eg. Notifications. */ export interface INoUser extends IUserSystem { } //# sourceMappingURL=no_user.d.ts.map