icns-frontend/types/error-message.ts

5 lines
70 B
TypeScript
Raw Normal View History

2022-12-18 14:58:48 +00:00
export interface ErrorMessage {
message: string;
path?: string;
}