UNPKG

@commercetools-test-data/utils

Version:

Data model for commercetools platform common types

5 lines (4 loc) 264 B
import type { Faker } from '@faker-js/faker'; type TGetDate = (fake: Faker) => string; declare const createRelatedDates: (recentDaysFromPastReference?: number) => [olderDate: TGetDate, newerDate: TGetDate, futureDate: TGetDate]; export default createRelatedDates;