DateTimeTestWorkerGet: {
    defaultToNow: boolean;
    value: Date | null;
} & ValueTestWorkerGet

Type declaration

  • defaultToNow: boolean

    Whether the test should have a default value of the current date.

  • value: Date | null

    The date of the test (or null if it is not set).