Spaces:
Paused
Paused
export interface ErrorMessage { | |
code: String | null; | |
title: String; | |
messageLines: String[]; | |
} | |
export interface ErrorMessage { | |
code: String | null; | |
title: String; | |
messageLines: String[]; | |
} | |