Prompts (#229)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export interface ErrorMessage {
|
||||
code: String | null;
|
||||
title: String;
|
||||
messageLines: String[];
|
||||
}
|
||||
Reference in New Issue
Block a user