diff --git a/src/address-edit/index.tsx b/src/address-edit/index.tsx index 5d77f5526..280a4e747 100644 --- a/src/address-edit/index.tsx +++ b/src/address-edit/index.tsx @@ -55,7 +55,9 @@ export default createComponent({ areaList: Object as PropType, isSaving: Boolean, isDeleting: Boolean, - validator: Function, + validator: Function as PropType< + (key: string, value: string) => string | undefined + >, showDelete: Boolean, showPostal: Boolean, disableArea: Boolean,