Interface UserCompanyBasicInfoResponseDTO

interface UserCompanyBasicInfoResponseDTO {
    company: EntityCompanySummaryListResponseDTO;
    imageUrl: string;
    nickname: string;
}

Hierarchy (view full)

Properties

imageUrl: string
nickname: string