export interface ExpressionContext {
  userId: string;
  times: number;
  date: Moment;
  nested: {