UNPKG

@ohayojp/util

Version:

Universal toolset of ohayojp.

15 lines (14 loc) 409 B
export interface OhayoThemeHttpClientConfig { /** * 空值处理,默认:`include` * - include:包含 * - ignore:忽略 */ nullValueHandling?: 'include' | 'ignore'; /** * 时间值处理,默认:`timestamp` * - timestamp:时间戳 * - ignore:忽略处理,保持原始状态 */ dateValueHandling?: 'timestamp' | 'ignore'; }