import { TournamentAllowedPhone } from '../../tournaments'; import { Organization } from '../organizations'; export declare class PhoneNumber { id: number; organizationId: number; phone: string; displayName?: string; organization: Organization; tournamentLinks: TournamentAllowedPhone[]; createdAt: Date; updatedAt: Date; } //# sourceMappingURL=phone-number.entity.d.ts.map