Hiyve Components - v1.0.0
Preparing search index...
@hiyve/react-intelligence
ChatNoteFile
Interface ChatNoteFile
Chat note file structure (same shape as NoteFile from @hiyve/react-notes).
interface
ChatNoteFile
{
authorId
:
string
;
authorName
?:
string
;
content
:
JSONContent
;
createdAt
:
string
;
id
:
string
;
title
:
string
;
updatedAt
:
string
;
}
Index
Properties
author
Id
author
Name?
content
created
At
id
title
updated
At
Properties
author
Id
authorId
:
string
Optional
author
Name
authorName
?:
string
content
content
:
JSONContent
created
At
createdAt
:
string
id
id
:
string
title
title
:
string
updated
At
updatedAt
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
author
Id
author
Name
content
created
At
id
title
updated
At
Hiyve Components - v1.0.0
Loading...
Chat note file structure (same shape as NoteFile from @hiyve/react-notes).