/**
 * 华为专属时间格式 不支持dayjs Date转义
 * @return YYYYMMDDTHHmmssZ
 */
export type HuaweiTime = string;
/**
 * 华为专属时间戳格式 不支持dayjs Date转义
 * @return '1729823136603'
 */
export type HuaweiTimestamp = string;
