Circle V2 API Docs
Preparing search index...
@repo/trpc
routers/ai-feedback/list-own.query
OwnAiFeedbackVote
Type Alias OwnAiFeedbackVote
Map of targetRef → the caller's current vote (only voted targets are present).
type
OwnAiFeedbackVote
=
{
comment
:
string
|
null
;
correction
:
string
|
null
;
id
:
string
;
rating
:
AiFeedbackRating
;
}
Index
Properties
comment
correction
id
rating
Properties
comment
comment
:
string
|
null
correction
correction
:
string
|
null
id
id
:
string
rating
rating
:
AiFeedbackRating
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
comment
correction
id
rating
Circle V2 API Docs
Loading...
Map of targetRef → the caller's current vote (only voted targets are present).