File size: 305 Bytes
2772555
 
 
82fcab7
2772555
82fcab7
2772555
 
1
2
3
4
5
6
7
8
9
// Ideally shouldn't be needed, see https://github.com/huggingface/chat-ui/pull/88#issuecomment-1523173850

import type { Conversation } from "./Conversation";
import type { Timestamps } from "./Timestamps";

export interface AbortedGeneration extends Timestamps {
	conversationId: Conversation["_id"];
}