export type BitField = string; export type NumberField = string; /** * date string, e.g. "2019-05-28T00:00:00Z" */ export type DateString = string;