starchat-ui / types /error.ts
matthoffner's picture
Duplicate from matthoffner/chatbot
13095e0
raw
history blame contribute delete
No virus
100 Bytes
export interface ErrorMessage {
code: String | null;
title: String;
messageLines: String[];
}