interface ListHumansResponse {
    humans: Human[];
    totalCount: number;
}

Properties

Properties

humans: Human[]
totalCount: number