declare enum ZeroNightsPolicy {
    DENY = 0,
    ALLOW = 1
}
export default ZeroNightsPolicy;
