Skip to content

Commit

Permalink
Update shared-libs/cht-datasource/src/person.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Mokhtar <[email protected]>
  • Loading branch information
sugat009 and m5r authored Jul 31, 2024
1 parent 154b295 commit c233d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared-libs/cht-datasource/src/person.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export namespace v1 {
readonly parent?: Place.v1.PlaceWithLineage | NormalizedParent,
}

interface getPageParams {
interface GetPageParams {
personType: ContactTypeQualifier;
limit?: number;
skip?: number;
Expand Down

0 comments on commit c233d0b

Please sign in to comment.