UNPKG

@bjesuiter/serializr-helpers

Version:

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

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