fieldnotesai
Preparing search index...
src/services/sessionNotesService
SessionNote
Interface SessionNote
Provides functionality for session note.
interface
SessionNote
{
content
:
string
;
trashedAt
?:
string
|
null
;
updatedAt
:
string
;
}
Index
Properties
content
trashed
At?
updated
At
Properties
content
content
:
string
Optional
trashed
At
trashedAt
?:
string
|
null
updated
At
updatedAt
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
trashed
At
updated
At
fieldnotesai
Loading...
Provides functionality for session note.