Type Alias ErrorMessage

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