interface ListContactsResponse {
    contacts: ContactRoles[];
    totalCount: number;
}

Properties

Properties

contacts: ContactRoles[]
totalCount: number