Interface EntityOwnerSystemSummaryListResponseDTO

interface EntityOwnerSystemSummaryListResponseDTO {
    company: EntityCompanySummaryListResponseDTO;
    id: string;
    imageUrl: string;
    nickname: string;
}

Properties

id: string
imageUrl: string
nickname: string