类型别名 LangSmithJestlikeDescribeWrapperConfig
LangSmithJestlikeDescribeWrapperConfig: { projectName: undefined | string; client?: undefined | Client; description?: undefined | null | string; enableTestTracking?: undefined | boolean; metadata?: undefined | null | RecordStringAny; projectExtra?: undefined | null | RecordStringAny; testSuiteName?: undefined | string; upsert?: undefined | boolean;} 类型声明
projectName: undefined | string
可选client?: undefined | Client
可选description?: undefined | null | string
可选enableTestTracking?: undefined | boolean
可选metadata?: undefined | null | RecordStringAny
可选projectExtra?: undefined | null | RecordStringAny
可选testSuiteName?: undefined | string
可选upsert?: undefined | boolean