1export type CommandId = number; 2export type ISOTimestamp = string; 3export type UnixTimestamp = number; 4 5