Interface PingResponseDTO

interface PingResponseDTO {
    company: CompanyPingType;
    user: UserPingType;
}

Properties

Properties