Type Alias 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;} Type declaration
projectName: undefined | string
Optional
client?: undefined | Client
Optional
description?: undefined | null | string
Optional
enableTestTracking?: undefined | boolean
Optional
metadata?: undefined | null | RecordStringAny
Optional
projectExtra?: undefined | null | RecordStringAny
Optional
testSuiteName?: undefined | string
Optional
upsert?: undefined | boolean