Export

PersonListResponse

interface PersonListResponse {
    cursor: string;
    documents: Person[];
    numFound: number;
}

Properties

cursor: string

Memberof

PersonListResponse

documents: Person[]

Memberof

PersonListResponse

numFound: number

Memberof

PersonListResponse

Generated using TypeDoc