5d4afba
1
2
3
4
5
6
export interface ErrorMessage { code: String | null; title: String; messageLines: String[]; }