export enum ChildBedMapEnum { IN_ADULTS_BED = 0, IN_CRIB = 1, IN_EXTRA_BED = 2, UNKNOWN = 3, }