Files
super-app/App/common/interface/components/ErrorResponse.ts
2024-10-24 06:22:11 +00:00

6 lines
92 B
TypeScript

export interface ErrorResponse {
title?: string;
subtitle?: string;
image?: string;
}