summaryrefslogtreecommitdiff
path: root/frontend/src/types/error.ts
blob: c848e3425ec6f7cfa4d3b5e1ff77be80f26c6cc6 (plain)
1
2
3
4
export type ErrorResponse = {
    message: string;
    error?: unknown;
};