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