export interface ISpecialType {
    __datatype__: string;
    value: any;
}
