Enterprise-CMCS/macpro-mako

View on GitHub
lib/libs/email/mock-data/respond-to-rai.ts

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
export const emailTemplateValue = {
  applicationEndpointUrl: "https://mako-dev.cms.gov/",
  timestamp: Date.now(),
  actionType: "Respond to Formal RAI",
  origin: "mako" as const,
  requestedDate: Date.now(),
  responseDate: Date.now(),
  additionalInformation:
    "Octopuses are usually very antisocial but when they’re under the influence of ecstasy they are more willing to spend time around each other or even hug other octopuses",
  submitterName: "George Harrison",
  submitterEmail: "george@example.com",
  submissionDate: Date.now(),
  proposedEffectiveDate: Date.now() + 5184000000,
};