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;