exports: add new countHousehold export

This commit is contained in:
2022-08-10 14:03:47 +02:00
parent 8efbf02f64
commit 3f4d4497af
5 changed files with 159 additions and 0 deletions

View File

@@ -27,4 +27,6 @@ abstract class Declarations
public const SOCIAL_WORK_ACTION_TYPE = 'social_actions';
public const EVAL_TYPE = 'evaluation';
public const HOUSEHOLD_TYPE = 'household';
}