Remove unused error type
This commit is contained in:
@@ -65,11 +65,6 @@ export type ConvoItem =
|
||||
code: ConvoItemError
|
||||
retry: () => void
|
||||
}
|
||||
| {
|
||||
type: 'error-fatal'
|
||||
code: ConvoItemError
|
||||
key: string
|
||||
}
|
||||
|
||||
export type ConvoState =
|
||||
| {
|
||||
|
||||
Reference in New Issue
Block a user