gsaivinay's picture
Duplicate from matthoffner/starchat-ui
a28cd69
raw
history blame
100 Bytes
export interface ErrorMessage {
code: String | null;
title: String;
messageLines: String[];
}