const e = {
  day: "day",
  night: "night"
};
export {
  e as T
};
