Type alias PaginatedPersons

PaginatedPersons: PaginatedResponse<GenericPaginatedData & {
    person: Person[];
}>

Generated using TypeDoc