/** The datum time in RFC3339 format (Y-m-d\TH:i:sP) */ export type datetime = string; export type msisdn = string | number;