summaryrefslogtreecommitdiffstats
path: root/apps/web-shared/src/lib/models/ErrorResult.ts
blob: 7c70017c55e068062581148bc078d665d49eed51 (plain) (blame)
1
2
3
4
export interface ErrorResult {
    title: string,
    text: string
}