forked from LaconicNetwork/icns-frontend
5 lines
70 B
TypeScript
5 lines
70 B
TypeScript
export interface ErrorMessage {
|
|
message: string;
|
|
path?: string;
|
|
}
|