@juki-team/commons - v0.1.10
    Preparing search index...

    Interface DocumentMemberWithTimestampsResponseDTO

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

    Hierarchy (View Summary)

    Index

    Properties

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