export const snapshotCreated = ({ siteUrl, name, datasetLabel, datasetId, versionNumber, changelog, }: { siteUrl: string name: string datasetLabel: string datasetId: string versionNumber: string changelog: string }): string => `

Hi, ${name}

A dataset you are following, ${datasetLabel}, had a new snapshot created.

Click here to view this snapshot on OpenNeuro »

Changelog

${changelog}

Sincerely, The CRN Team

`