UNPKG

dawn-interfaces

Version:

Dawn application interfaces

13 lines (12 loc) 257 B
export interface IAgentsDetails { id: string; createdAt: Date; firstName: string; lastName: string; phone: string; agentArea: string; agentInfo: string; imageUrl: string; locationIds?: string[]; profileId?: string; }