UNPKG

box-ui-elements

Version:
8 lines (6 loc) 186 B
import type { CitationType } from '@box/box-ai-content-answers'; export type AiClassificationReason = { answer?: string; modifiedAt?: string; citations?: CitationType[]; };