Interface DocumentMemberWithTimestampsResponseDTO

interface DocumentMemberWithTimestampsResponseDTO {
    company: EntityCompanySummaryListResponseDTO;
    imageUrl: string;
    joinedAtTimestamp: number;
    lastVisitTimestamp: number;
    nickname: string;
    type: MemberType;
}

Hierarchy (view full)

Properties

imageUrl: string
joinedAtTimestamp: number
lastVisitTimestamp: number
nickname: string