Type Alias ErrorResponse404

type ErrorResponse404 = {
    errors?: { code?: string; detail?: string; title?: string }[];
    traceId?: string;
}
Index

Properties

Properties

errors?: { code?: string; detail?: string; title?: string }[]
traceId?: string