import { Entity } from '../core/entity/core.base.entity'; import { AccountUserStatusKind } from '../enum/account.user.status.kind'; export declare class AccountUserXrefEntity extends Entity { accountId: string; userId: string; status: AccountUserStatusKind; personId: string; } //# sourceMappingURL=account.user.xref.entity.d.ts.map