Type Alias ErrorMessage

type ErrorMessage = {
    code?: string;
    detail?: string;
    title?: string;
}
Index

Properties

Properties

code?: string
detail?: string
title?: string