```js onlyIf: { uploadedBefore: new Date(0) } ```

onlyIf: {
  uploadedBefore: new Date(0)
}
Was this page helpful?