UNPKG

@xtsai/x-supports

Version:

The biz-support is an library for both frontend & backend

8 lines (7 loc) 234 B
export type XaiPickRuleType = 'ref' | 'thought' | string; export type XaiPickStructMap = Map<XaiPickRuleType, Map<string, any>>; export type XaiExtractedData = { result: string; buffer: string; picks: XaiPickStructMap; };