aboutsummaryrefslogtreecommitdiffstats
path: root/code/app/src/lib/models/internal/ErrorResult.ts
blob: 930b9f363f7c1cfcf232672c7f1449850717cf38 (plain) (blame)
1
2
3
4
export type ErrorResult = {
    title: string,
    text: string
}