UNPKG

dots-wrapper

Version:

Digital Ocean v2 api wrapper - javascript - typescript - nodejs

8 lines (7 loc) 162 B
export interface IGenAiIndexingJob { uuid: string; knowledge_base_uuid: string; status: string; created_at?: string; completed_at?: string; }