mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-15 17:16:16 +08:00
feat: bump more deps (#14079)
This commit is contained in:
@@ -77,9 +77,10 @@ class CreateChatSessionInput {
|
||||
}
|
||||
|
||||
@InputType()
|
||||
class UpdateChatSessionInput
|
||||
implements Omit<UpdateChatSession, 'userId' | 'title'>
|
||||
{
|
||||
class UpdateChatSessionInput implements Omit<
|
||||
UpdateChatSession,
|
||||
'userId' | 'title'
|
||||
> {
|
||||
@Field(() => String)
|
||||
sessionId!: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user