mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-30 00:53:14 +00:00
fix: Doc type
This commit is contained in:
@@ -5,16 +5,12 @@ export type User = {
|
||||
};
|
||||
export type Doc = {
|
||||
id?: string;
|
||||
location: string;
|
||||
name: string;
|
||||
language: string;
|
||||
version: string;
|
||||
description: string;
|
||||
fullName: string;
|
||||
date: string;
|
||||
docLink: string;
|
||||
model: string;
|
||||
tokens?: string;
|
||||
type?: string;
|
||||
retriever?: string;
|
||||
};
|
||||
|
||||
export type PromptProps = {
|
||||
|
||||
Reference in New Issue
Block a user