Interface PubSearchResultDtoProjectCollaboratorDto

interface PubSearchResultDtoProjectCollaboratorDto {
    items: ProjectCollaboratorDto[];
    total: number;
}

Properties

Properties

total: number

Generated using TypeDoc