export interface SerializableAgencyEmployee { id: number | null; slug: string | null; name: string | null; jobTitle: string | null; avatar: string | null; mobileNumber: string | null; email: string | null; urlLabel: string | null; team: string | null; shortBio: string | null; longBio: string | null; branchId: number | null; } //# sourceMappingURL=agency-employee.d.ts.map