From c233d0b8623e4dc810304fe163f1e713e5c98514 Mon Sep 17 00:00:00 2001 From: Sugat Bajracharya <30311933+sugat009@users.noreply.github.com> Date: Wed, 31 Jul 2024 21:17:49 +0545 Subject: [PATCH] Update shared-libs/cht-datasource/src/person.ts Co-authored-by: Mokhtar --- shared-libs/cht-datasource/src/person.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared-libs/cht-datasource/src/person.ts b/shared-libs/cht-datasource/src/person.ts index eb0253c5ab8..41969dac70e 100644 --- a/shared-libs/cht-datasource/src/person.ts +++ b/shared-libs/cht-datasource/src/person.ts @@ -26,7 +26,7 @@ export namespace v1 { readonly parent?: Place.v1.PlaceWithLineage | NormalizedParent, } - interface getPageParams { + interface GetPageParams { personType: ContactTypeQualifier; limit?: number; skip?: number;