UNPKG

@bjesuiter/serializr-helpers

Version:

Provides some helper functions and serialization PropertySchemas for mobxjs/serializr - library

6 lines (5 loc) 152 B
import { Moment } from "moment"; export declare class TestUndefinedMomentWithDefault { testMoment?: Moment; constructor(testMoment?: Moment); }