export interface ProblemDetailMessage {
    code: string;
    title: string;
    status: number;
    type: string;
    identifier: string;
}
