summaryrefslogtreecommitdiff
path: root/front/src/Models/ErrorResponce.ts
blob: bc0c5527e1bedd2a1eaa6ea811bacfecd52db929 (plain)
1
2
3
export type BackendError = {
    Message: string,
};