UNPKG

@xtsai/xai-utils

Version:

The xai-utils is an openai nodejs sdk compatible extension library.

6 lines (5 loc) 188 B
export type LocaleType = 'enUS' | 'zhCN' | 'zhTW' | string; export type BizErrorOptionType = { locale?: LocaleType; error?: string | string[]; } & Record<string, string | number>;