interface ErrorResult {
    details: string;
    title: string;
    type: string;
}

Properties

Properties

details: string
title: string
type: string